Trace number 2083280

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+picosat? 548.838 561.39

General information on the benchmark

Namecsp/fapp/fapp39/
normalized-fapp39-2750-2.xml
MD5SUM5b1f6b307ea457c2b0019c1b311c0873
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark464.573
Satisfiable
(Un)Satisfiability was proved
Number of variables2750
Number of constraints23154
Maximum constraint arity2
Maximum domain size502
Number of constraints which are defined in extension0
Number of constraints which are defined in intension23154
Global constraints used (with number of constraints)

Solver Data

0.03/0.27	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.27	c 0	BEGIN Sun Jul 12 07:38:42 2009
0.03/0.27	c 0	PID 23350
0.03/0.27	c 0	HOST node27.alineos.net
0.03/0.27	c 0	CONVERTING HOME/instance-2083280-1247377121.xml TO HOME/temp.csp
0.03/0.27	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2083280-1247377121.xml' 'HOME/temp.csp'
1.57/1.94	c 2	4 domains, 2750 variables, 8 predicates, 0 relations, 23154 constraints
1.57/1.98	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.57/1.98	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.62/2.06	c 2	Parsing HOME/temp.csp
2.02/2.44	c 2	parsed 10000 expressions
2.12/2.60	c 2	parsed 20000 expressions
2.32/2.72	c 3	parsed 25916 expressions
2.32/2.73	c 3	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.32/2.73	c 3	Converting to clausal form CSP
2.42/2.81	c 3	converted 2592 (10%) expressions
7.82/8.25	c 8	converted 5184 (20%) expressions
12.91/13.39	c 13	converted 7775 (30%) expressions
17.81/18.25	c 18	converted 10367 (40%) expressions
22.91/23.30	c 23	converted 12958 (50%) expressions
27.61/28.09	c 28	converted 15550 (60%) expressions
32.31/32.74	c 33	converted 18142 (70%) expressions
37.10/37.56	c 37	converted 20733 (80%) expressions
41.30/41.79	c 42	converted 23325 (90%) expressions
45.09/45.55	c 45	converted 25916 (100%) expressions
45.09/45.55	c 45	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
45.09/45.55	c 45	Heap : 81 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
45.09/45.56	c 45	Propagation in CSP
50.85/51.38	c 51	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
50.85/51.39	c 51	CSP : 9858 integers, 62852 booleans, 151849 clauses, largest domain size 4001
50.85/51.39	c 51	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
50.95/51.44	c 51	Simplifing CSP by introducing new Boolean variables
51.36/51.83	c 52	CSP : 9858 integers, 122600 booleans, 211597 clauses, largest domain size 4001
51.36/51.83	c 52	Heap : 103 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
52.05/52.52	c 52	Encoding CSP to SAT : HOME/temp.cnf
66.47/67.02	c 67	986 (10%) CSP integer variables are encoded (478451 clauses, 7911978 bytes)
80.89/81.53	c 81	1972 (20%) CSP integer variables are encoded (956902 clauses, 16045645 bytes)
93.40/94.15	c 94	2958 (30%) CSP integer variables are encoded (2161293 clauses, 38846989 bytes)
98.35/99.16	c 99	3944 (40%) CSP integer variables are encoded (6032255 clauses, 112395267 bytes)
103.49/104.30	c 104	4929 (50%) CSP integer variables are encoded (9908138 clauses, 186037044 bytes)
108.71/109.78	c 110	5915 (60%) CSP integer variables are encoded (13800832 clauses, 267609799 bytes)
114.08/115.24	c 115	6901 (70%) CSP integer variables are encoded (17707030 clauses, 349639957 bytes)
119.35/120.68	c 121	7887 (80%) CSP integer variables are encoded (21575396 clauses, 430875643 bytes)
124.69/126.13	c 126	8873 (90%) CSP integer variables are encoded (25463834 clauses, 512532841 bytes)
129.93/131.59	c 131	9858 (100%) CSP integer variables are encoded (29348921 clauses, 594119668 bytes)
179.70/182.19	c 182	21160 (10%) CSP clauses are encoded (39316436 clauses, 866086907 bytes)
228.30/231.54	c 231	42320 (20%) CSP clauses are encoded (49576119 clauses, 1147938876 bytes)
276.61/282.14	c 282	63480 (30%) CSP clauses are encoded (59845051 clauses, 1436657527 bytes)
325.24/332.36	c 332	84639 (40%) CSP clauses are encoded (70409945 clauses, 1743893796 bytes)
373.22/381.12	c 381	105799 (50%) CSP clauses are encoded (81119190 clauses, 2056984636 bytes)
421.00/429.52	c 429	126959 (60%) CSP clauses are encoded (91698965 clauses, 2367033938 bytes)
468.54/477.89	c 478	148118 (70%) CSP clauses are encoded (102200182 clauses, 2675111514 bytes)
516.69/526.70	c 527	169278 (80%) CSP clauses are encoded (113410471 clauses, 3003918766 bytes)
547.88/558.27	c 558	ERROR Exception Too large HOME/temp.cnf
547.88/558.27	c 558	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:231)
547.88/558.27	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:144)
547.88/558.27	c 558	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:314)
547.88/558.27	s UNKNOWN
547.96/558.32	c 558	CPU 547.99 (0.05 0.02 527.12 20.8)
547.96/558.32	c 558	END Sun Jul 12 07:48:00 2009

Verifier Data

ERROR: Unexpected answer ! ('s SATISFIABLE'/'s UNSATISFIABLE' expected)
Got answer: UNKNOWN

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2083280-1247377121/watcher-2083280-1247377121 -o /tmp/evaluation-result-2083280-1247377121/solver-2083280-1247377121 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2083280-1247377121.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.49 2.25 4/83 23350
/proc/meminfo: memFree=1265096/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=24 CPUtime=0
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 15 0 0 0 0 0 0 0 20 0 1 0 24778437 24576 1 996147200 0 0 548682069409 18446744073709551615 233588714791 0 0 4096 0 18446744071563479169 0 0 17 1 0 0
/proc/23350/statm: 6 1 0 0 0 1 0

[startup+0.0450221 s]
/proc/loadavg: 2.31 2.49 2.25 4/83 23350
/proc/meminfo: memFree=1265096/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=7504 CPUtime=0
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 61 0 2 0 0 0 0 0 19 0 1 0 24778437 7684096 48 996147200 4194304 4206940 548682068608 18446744073709551615 233586098896 0 0 4096 0 18446744071563479169 0 0 17 0 0 0
/proc/23350/statm: 1876 48 36 3 0 9 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7504

[startup+0.102037 s]
/proc/loadavg: 2.31 2.49 2.25 4/83 23350
/proc/meminfo: memFree=1265096/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=12272 CPUtime=0
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 358 0 4 0 0 0 0 0 18 0 1 0 24778437 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 0 18446744071563608240 0 0 17 0 0 0
/proc/23350/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301081 s]
/proc/loadavg: 2.31 2.49 2.25 4/83 23350
/proc/meminfo: memFree=1265096/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=0.07
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701147 s]
/proc/loadavg: 2.31 2.49 2.25 4/83 23350
/proc/meminfo: memFree=1265096/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=0.07
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5013 s]
/proc/loadavg: 2.31 2.49 2.25 3/94 23362
/proc/meminfo: memFree=1229480/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=0.07
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1221 128 6 0 5 2 0 0 19 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23353] ppid=23350 vsize=5356 CPUtime=0
/proc/23353/stat : 23353 (sh) S 23350 23350 23313 0 -1 4194304 277 0 0 0 0 0 0 0 20 0 1 0 24778464 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23353/statm: 1339 233 193 169 0 50 0
[pid=23354] ppid=23353 vsize=865640 CPUtime=1.11
/proc/23354/stat : 23354 (java) S 23353 23350 23313 0 -1 0 13187 0 36 0 100 11 0 0 18 0 9 0 24778465 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/23354/statm: 216410 11253 2556 9 0 210922 0
[pid=23354/tid=23355] ppid=23353 vsize=865640 CPUtime=0.54
/proc/23354/task/23355/stat : 23355 (java) R 23353 23350 23313 0 -1 64 3047 0 18 0 50 4 0 0 25 0 9 0 24778471 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23356] ppid=23353 vsize=865640 CPUtime=0.4
/proc/23354/task/23356/stat : 23356 (java) R 23353 23350 23313 0 -1 64 8938 0 0 0 37 3 0 0 16 0 9 0 24778475 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 102549376 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23357] ppid=23353 vsize=865640 CPUtime=0
/proc/23354/task/23357/stat : 23357 (java) S 23353 23350 23313 0 -1 64 16 0 0 0 0 0 0 0 16 0 9 0 24778475 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23358] ppid=23353 vsize=865640 CPUtime=0
/proc/23354/task/23358/stat : 23358 (java) S 23353 23350 23313 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 24778475 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23359] ppid=23353 vsize=865640 CPUtime=0
/proc/23354/task/23359/stat : 23359 (java) S 23353 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 21 0 9 0 24778478 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23360] ppid=23353 vsize=865640 CPUtime=0.12
/proc/23354/task/23360/stat : 23360 (java) S 23353 23350 23313 0 -1 64 515 0 0 0 12 0 0 0 16 0 9 0 24778478 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23361] ppid=23353 vsize=865640 CPUtime=0
/proc/23354/task/23361/stat : 23361 (java) S 23353 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 22 0 9 0 24778478 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=23354/tid=23362] ppid=23353 vsize=865640 CPUtime=0
/proc/23354/task/23362/stat : 23362 (java) S 23353 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24778478 886415360 11253 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 887864

[startup+3.10259 s]
/proc/loadavg: 2.29 2.48 2.25 5/94 23372
/proc/meminfo: memFree=1242216/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1303 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868240 CPUtime=1.1
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 8770 0 5 0 105 5 0 0 18 0 9 0 24778636 889077760 7914 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217060 7915 2569 9 0 211565 0
[pid=23364/tid=23365] ppid=23363 vsize=868240 CPUtime=0.74
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 2600 0 5 0 73 1 0 0 20 0 9 0 24778637 889077760 7916 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868240 CPUtime=0.19
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 4182 0 0 0 18 1 0 0 16 0 9 0 24778638 889077760 7917 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868240 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889077760 7918 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868240 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 24778638 889077760 7920 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868240 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889077760 7922 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868240 CPUtime=0.13
/proc/23364/task/23370/stat : 23370 (java) R 23363 23350 23313 0 -1 64 1294 0 0 0 13 0 0 0 16 0 9 0 24778640 889077760 7922 996147200 134512640 134550932 4294955936 18446744073709551615 11122299 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868240 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889077760 7923 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868384 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889225216 7927 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.72
Current children cumulated vsize (KiB) 890464

[startup+6.30116 s]
/proc/loadavg: 2.29 2.48 2.25 3/94 23372
/proc/meminfo: memFree=1217896/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1303 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868628 CPUtime=4.29
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 10713 0 5 0 421 8 0 0 18 0 9 0 24778636 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217157 9465 2567 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868628 CPUtime=3.58
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 2982 0 5 0 356 2 0 0 25 0 9 0 24778637 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4126510065 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868628 CPUtime=0.5
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 5553 0 0 0 46 4 0 0 16 0 9 0 24778638 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868628 CPUtime=0.18
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1476 0 0 0 18 0 0 0 15 0 9 0 24778640 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889475072 9465 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 890852

[startup+12.7023 s]
/proc/loadavg: 2.24 2.47 2.24 3/94 23372
/proc/meminfo: memFree=1206960/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1303 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868628 CPUtime=10.69
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 15117 0 5 0 1053 16 0 0 18 0 9 0 24778636 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217157 12176 2568 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868628 CPUtime=9.31
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 3553 0 5 0 927 4 0 0 25 0 9 0 24778637 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4126509799 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868628 CPUtime=1.15
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 9378 0 0 0 105 10 0 0 16 0 9 0 24778638 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868628 CPUtime=0.19
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1484 0 0 0 19 0 0 0 17 0 9 0 24778640 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889475072 12176 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.31
Current children cumulated vsize (KiB) 890852

[startup+25.5026 s]
/proc/loadavg: 2.20 2.45 2.24 3/94 23372
/proc/meminfo: memFree=1183032/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1303 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868628 CPUtime=23.49
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 22689 0 5 0 2324 25 0 0 18 0 9 0 24778636 889475072 17986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217157 17986 2568 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868628 CPUtime=20.98
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 4288 0 5 0 2092 6 0 0 25 0 9 0 24778637 889475072 17986 996147200 134512640 134550932 4294955936 18446744073709551615 4126508720 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868628 CPUtime=2.27
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 16210 0 0 0 211 16 0 0 16 0 9 0 24778638 889475072 17986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 17986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868628 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889475072 17986 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868628 CPUtime=0

################
# More data... #
################

[pid=23364/tid=23370] ppid=23363 vsize=868740 CPUtime=0.29
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 453.3
Current children cumulated vsize (KiB) 890964

[startup+522.303 s]
/proc/loadavg: 2.10 2.67 2.50 3/93 23499
/proc/meminfo: memFree=778944/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1304 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868740 CPUtime=510.7
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 46251 0 6 0 49161 1909 0 0 18 0 9 0 24778636 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217185 32305 2593 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868740 CPUtime=500.91
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 12199 0 6 0 48260 1831 0 0 25 0 9 0 24778637 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4126566123 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868740 CPUtime=9.48
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 31815 0 0 0 872 76 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868740 CPUtime=0.29
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 512.32
Current children cumulated vsize (KiB) 890964

Solver just ended. Dumping a history of the last processes samples

[startup+537.702 s]
/proc/loadavg: 2.14 2.64 2.49 3/93 23499
/proc/meminfo: memFree=653896/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1304 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868740 CPUtime=525.96
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 46484 0 6 0 50620 1976 0 0 18 0 9 0 24778636 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217185 32305 2593 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868740 CPUtime=516.02
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 12432 0 6 0 49706 1896 0 0 25 0 9 0 24778637 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4127046801 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868740 CPUtime=9.62
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 31815 0 0 0 885 77 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868740 CPUtime=0.29
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 527.58
Current children cumulated vsize (KiB) 890964

[startup+550.503 s]
/proc/loadavg: 2.12 2.62 2.48 4/93 23499
/proc/meminfo: memFree=542984/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1304 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868740 CPUtime=538.65
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 46681 0 6 0 51836 2029 0 0 18 0 9 0 24778636 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217185 32305 2593 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868740 CPUtime=528.58
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 12629 0 6 0 50911 1947 0 0 25 0 9 0 24778637 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868740 CPUtime=9.74
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 31815 0 0 0 895 79 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868740 CPUtime=0.29
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 540.27
Current children cumulated vsize (KiB) 890964

[startup+556.903 s]
/proc/loadavg: 2.11 2.61 2.48 3/93 23499
/proc/meminfo: memFree=489352/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=1.62
/proc/23350/stat : 23350 (sugar) S 23348 23350 23313 0 -1 4194304 1304 14920 6 36 5 2 142 13 16 0 1 0 24778437 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 233597612130 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23350/statm: 4217 1111 409 3 0 796 0
[pid=23363] ppid=23350 vsize=5356 CPUtime=0
/proc/23363/stat : 23363 (sh) S 23350 23350 23313 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24778635 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233588712260 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23363/statm: 1339 233 193 169 0 50 0
[pid=23364] ppid=23363 vsize=868740 CPUtime=544.99
/proc/23364/stat : 23364 (java) S 23363 23350 23313 0 -1 0 46781 0 6 0 52443 2056 0 0 18 0 9 0 24778636 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23364/statm: 217185 32305 2593 9 0 211662 0
[pid=23364/tid=23365] ppid=23363 vsize=868740 CPUtime=534.86
/proc/23364/task/23365/stat : 23365 (java) R 23363 23350 23313 0 -1 64 12729 0 6 0 51513 1973 0 0 25 0 9 0 24778637 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4127049248 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23366] ppid=23363 vsize=868740 CPUtime=9.81
/proc/23364/task/23366/stat : 23366 (java) S 23363 23350 23313 0 -1 64 31815 0 0 0 901 80 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23367] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23367/stat : 23367 (java) S 23363 23350 23313 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23368] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23368/stat : 23368 (java) S 23363 23350 23313 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 24778638 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23369] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23369/stat : 23369 (java) S 23363 23350 23313 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23370] ppid=23363 vsize=868740 CPUtime=0.29
/proc/23364/task/23370/stat : 23370 (java) S 23363 23350 23313 0 -1 64 1535 0 0 0 28 1 0 0 17 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23371] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23371/stat : 23371 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23364/tid=23372] ppid=23363 vsize=868740 CPUtime=0
/proc/23364/task/23372/stat : 23372 (java) S 23363 23350 23313 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24778640 889589760 32305 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 546.61
Current children cumulated vsize (KiB) 890964

[startup+558.502 s]
/proc/loadavg: 2.18 2.61 2.48 3/93 23499
/proc/meminfo: memFree=481672/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=548.15
/proc/23350/stat : 23350 (sugar) R 23348 23350 23313 0 -1 4194304 1328 62017 6 42 5 18 52712 2080 18 0 1 0 24778437 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23350/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 548.15
Current children cumulated vsize (KiB) 16868

[startup+560.107 s]
/proc/loadavg: 2.18 2.61 2.48 2/83 23499
/proc/meminfo: memFree=1826328/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=548.75
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 1328 62017 6 42 5 78 52712 2080 18 0 1 0 24778437 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23350/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 548.75
Current children cumulated vsize (KiB) 16868

[startup+560.902 s]
/proc/loadavg: 2.18 2.61 2.48 2/83 23499
/proc/meminfo: memFree=1826328/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=548.79
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 1328 62017 6 42 5 82 52712 2080 18 0 1 0 24778437 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23350/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 548.79
Current children cumulated vsize (KiB) 16868

[startup+561.302 s]
/proc/loadavg: 2.18 2.61 2.48 2/83 23499
/proc/meminfo: memFree=1824280/2055920 swapFree=4192812/4192956
[pid=23350] ppid=23348 vsize=16868 CPUtime=548.81
/proc/23350/stat : 23350 (sugar) D 23348 23350 23313 0 -1 4194304 1328 62017 6 42 5 84 52712 2080 18 0 1 0 24778437 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 233588888617 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/23350/statm: 4217 1112 410 3 0 796 0
Current children cumulated CPU time (s) 548.81
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 561.39
CPU time (s): 548.838
CPU user time (s): 527.19
CPU system time (s): 21.6477
CPU usage (%): 97.7641
Max. virtual memory (cumulated for all children) (KiB): 895980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 527.19
system time used= 21.6477
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63406
page faults= 48
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 94873
involuntary context switches= 97813

runsolver used 0.736887 second user time and 1.9857 second system time

The end

Launcher Data

Begin job on node27 at 2009-07-12 07:38:42
IDJOB=2083280
IDBENCH=57761
IDSOLVER=738
FILE ID=node27/2083280-1247377121
PBS_JOBID= 9507159
Free space on /tmp= 66316 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/fapp/fapp39/normalized-fapp39-2750-2.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083280-1247377121/watcher-2083280-1247377121 -o /tmp/evaluation-result-2083280-1247377121/solver-2083280-1247377121 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2083280-1247377121.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 5b1f6b307ea457c2b0019c1b311c0873
RANDOM SEED=1749241927

node27.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5521.40
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 2800.239
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1265776 kB
Buffers:          4012 kB
Cached:          41208 kB
SwapCached:          0 kB
Active:         725176 kB
Inactive:        13312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1265776 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            4828 kB
Writeback:           0 kB
Mapped:         708884 kB
Slab:            35588 kB
Committed_AS:   872800 kB
PageTables:       3060 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66308 MiB
End job on node27 at 2009-07-12 07:48:03