Trace number 1076975

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.13+picosat? (TO) 1800.05 1810.34

General information on the benchmark

Namecsp/wordsHerald/
normalized-crossword-m1-words-19-03.xml
MD5SUMd28060cd6a868436f27486ab90f32461
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.44232
Satisfiable
(Un)Satisfiability was proved
Number of variables307
Number of constraints1429
Maximum constraint arity16
Maximum domain size26
Number of constraints which are defined in extension118
Number of constraints which are defined in intension1311
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Fri Jul  4 18:59:36 2008
0.00/0.04	c 0	PID 521
0.03/0.05	c 0	HOST node73.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1076975-1215190776.xml TO HOME/temp.csp
0.03/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1076975-1215190776.xml' 'HOME/temp.csp'
0.03/0.98	c 1	1 domains, 307 variables, 7 predicates, 7 relations, 1429 constraints
0.03/0.99	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.99	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.95/1.08	c 1	Parsing HOME/temp.csp
1.53/1.63	c 1	parsed 1751 expressions
1.53/1.64	c 1	Heap : 8 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.53/1.64	c 1	Converting to clausal form CSP
1.53/1.66	c 2	converted 176 (10%) expressions
1.73/1.81	c 2	converted 351 (20%) expressions
3.61/3.70	c 4	converted 526 (30%) expressions
6.48/6.68	c 7	converted 701 (40%) expressions
6.87/7.06	c 7	converted 876 (50%) expressions
6.87/7.08	c 7	converted 1051 (60%) expressions
6.97/7.17	c 7	converted 1226 (70%) expressions
6.97/7.19	c 7	converted 1401 (80%) expressions
7.07/7.21	c 7	converted 1576 (90%) expressions
7.07/7.24	c 7	converted 1751 (100%) expressions
7.07/7.24	c 7	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
7.07/7.24	c 7	Heap : 150 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.07/7.24	c 7	Propagation in CSP
7.07/7.30	c 7	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
7.07/7.30	c 7	CSP : 307 integers, 0 booleans, 1429 clauses, largest domain size 26
7.17/7.30	c 7	Heap : 140 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
7.17/7.30	c 7	Simplifing CSP by introducing new Boolean variables
7.17/7.33	c 7	CSP : 307 integers, 13240 booleans, 14669 clauses, largest domain size 26
7.17/7.33	c 7	Heap : 146 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
8.06/8.28	c 8	Encoding CSP to SAT : HOME/temp.cnf
8.15/8.30	c 8	31 (10%) CSP integer variables are encoded (744 clauses, 8040 bytes)
8.15/8.31	c 8	62 (20%) CSP integer variables are encoded (1488 clauses, 17281 bytes)
8.15/8.31	c 8	93 (30%) CSP integer variables are encoded (2232 clauses, 26953 bytes)
8.15/8.31	c 8	123 (40%) CSP integer variables are encoded (2952 clauses, 36313 bytes)
8.15/8.31	c 8	154 (50%) CSP integer variables are encoded (3696 clauses, 45985 bytes)
8.15/8.31	c 8	185 (60%) CSP integer variables are encoded (4440 clauses, 55657 bytes)
8.15/8.31	c 8	215 (70%) CSP integer variables are encoded (5160 clauses, 65017 bytes)
8.15/8.31	c 8	246 (80%) CSP integer variables are encoded (5904 clauses, 74689 bytes)
8.15/8.31	c 8	277 (90%) CSP integer variables are encoded (6648 clauses, 84361 bytes)
8.15/8.32	c 8	307 (100%) CSP integer variables are encoded (7368 clauses, 93721 bytes)
295.92/297.70	c 298	1467 (10%) CSP clauses are encoded (2235264 clauses, 110028938 bytes)
401.45/403.30	c 403	2934 (20%) CSP clauses are encoded (2656676 clauses, 135899753 bytes)
401.45/403.37	c 403	4401 (30%) CSP clauses are encoded (2691493 clauses, 136565229 bytes)
401.55/403.43	c 403	5868 (40%) CSP clauses are encoded (2726285 clauses, 137252034 bytes)
401.55/403.50	c 403	7335 (50%) CSP clauses are encoded (2761102 clauses, 137939286 bytes)
401.66/403.56	c 403	8802 (60%) CSP clauses are encoded (2796069 clauses, 138611642 bytes)
401.76/403.62	c 403	10269 (70%) CSP clauses are encoded (2831386 clauses, 139282780 bytes)
401.76/403.68	c 404	11736 (80%) CSP clauses are encoded (2866703 clauses, 139958568 bytes)
401.86/403.74	c 404	13203 (90%) CSP clauses are encoded (2902070 clauses, 140655755 bytes)
401.96/403.81	c 404	14669 (100%) CSP clauses are encoded (2937761 clauses, 141359377 bytes)
401.96/403.81	c 404	14669 CSP clauses encoded
401.96/403.81	c 404	Writing map file : HOME/temp.map
401.96/403.82	c 404	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
401.96/403.82	c 404	SAT : 20915 SAT variables, 2937761 SAT clauses, 141359377 bytes
401.96/403.82	c 404	Heap : 188 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
401.96/403.87	c 404	SOLVING HOME/temp.cnf
401.96/403.87	c 404	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
1800.05/1810.31	c ERROR INTERRUPTED
1800.05/1810.33	s UNKNOWN
1800.05/1810.33	c 1810	CPU 400.54 (0.03 0.01 400.51 1.48)
1800.05/1810.33	c 1810	END Fri Jul  4 19:29:46 2008

Verifier Data (download as text)

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

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076975-1215190776/watcher-1076975-1215190776 -o /tmp/evaluation-result-1076975-1215190776/solver-1076975-1215190776 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1076975-1215190776.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 521
/proc/meminfo: memFree=1708592/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=12132 CPUtime=0
/proc/521/stat : 521 (sugar) R 519 521 31528 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 131088610 12423168 183 996147200 4194304 4206940 548682068560 18446744073709551615 210737099574 0 0 4224 0 0 0 0 17 1 0 0
/proc/521/statm: 3033 183 142 3 0 133 0

[startup+0.050289 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 521
/proc/meminfo: memFree=1708592/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 836 0 0 0 3 0 0 0 18 0 1 0 131088610 13926400 792 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101482 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 521
/proc/meminfo: memFree=1708592/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 131088610 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301503 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 521
/proc/meminfo: memFree=1708592/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 131088610 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701552 s]
/proc/loadavg: 1.92 1.98 1.99 3/82 521
/proc/meminfo: memFree=1708592/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 900 128 0 0 3 0 0 0 19 0 1 0 131088610 13926400 796 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.92 1.98 1.99 3/85 535
/proc/meminfo: memFree=1705752/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 972 7922 0 1 3 0 86 6 16 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 797 370 3 0 500 0
[pid=534] ppid=521 vsize=5356 CPUtime=0
/proc/534/stat : 534 (sh) S 521 521 31528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 131088710 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/534/statm: 1339 233 193 169 0 50 0
[pid=535] ppid=534 vsize=864080 CPUtime=0.49
/proc/535/stat : 535 (java) S 534 521 31528 0 -1 0 6340 0 1 0 46 3 0 0 18 0 9 0 131088710 884817920 5636 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/535/statm: 216020 5636 2532 9 0 210602 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883036

[startup+3.10284 s]
/proc/loadavg: 1.92 1.98 1.99 3/93 543
/proc/meminfo: memFree=1677912/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 972 7922 0 1 3 0 86 6 15 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 797 370 3 0 500 0
[pid=534] ppid=521 vsize=5356 CPUtime=0
/proc/534/stat : 534 (sh) S 521 521 31528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 131088710 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/534/statm: 1339 233 193 169 0 50 0
[pid=535] ppid=534 vsize=864216 CPUtime=2.07
/proc/535/stat : 535 (java) S 534 521 31528 0 -1 0 16182 0 1 0 199 8 0 0 18 0 9 0 131088710 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/535/statm: 216054 15394 2540 9 0 210629 0
[pid=535/tid=536] ppid=534 vsize=864216 CPUtime=0.92
/proc/535/task/536/stat : 536 (java) R 534 521 31528 0 -1 64 3210 0 1 0 90 2 0 0 25 0 9 0 131088711 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=537] ppid=534 vsize=864216 CPUtime=1.04
/proc/535/task/537/stat : 537 (java) R 534 521 31528 0 -1 64 11933 0 0 0 100 4 0 0 17 0 9 0 131088712 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 102674864 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=538] ppid=534 vsize=864216 CPUtime=0
/proc/535/task/538/stat : 538 (java) S 534 521 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 131088713 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=539] ppid=534 vsize=864216 CPUtime=0
/proc/535/task/539/stat : 539 (java) S 534 521 31528 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 131088713 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=540] ppid=534 vsize=864216 CPUtime=0
/proc/535/task/540/stat : 540 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 131088715 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=541] ppid=534 vsize=864216 CPUtime=0.08
/proc/535/task/541/stat : 541 (java) S 534 521 31528 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 131088715 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=542] ppid=534 vsize=864216 CPUtime=0
/proc/535/task/542/stat : 542 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 131088715 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=543] ppid=534 vsize=864216 CPUtime=0
/proc/535/task/543/stat : 543 (java) S 534 521 31528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 131088715 884957184 15394 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 883172

[startup+6.30267 s]
/proc/loadavg: 2.01 2.00 2.00 3/93 543
/proc/meminfo: memFree=1583512/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 972 7922 0 1 3 0 86 6 16 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 797 370 3 0 500 0
[pid=534] ppid=521 vsize=5356 CPUtime=0
/proc/534/stat : 534 (sh) S 521 521 31528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 131088710 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/534/statm: 1339 233 193 169 0 50 0
[pid=535] ppid=534 vsize=889060 CPUtime=5.22
/proc/535/stat : 535 (java) S 534 521 31528 0 -1 0 45935 0 1 0 501 21 0 0 18 0 9 0 131088710 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/535/statm: 222265 39000 2540 9 0 216840 0
[pid=535/tid=536] ppid=534 vsize=889060 CPUtime=1.92
/proc/535/task/536/stat : 536 (java) S 534 521 31528 0 -1 64 3729 0 1 0 190 2 0 0 25 0 9 0 131088711 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=537] ppid=534 vsize=889060 CPUtime=3.1
/proc/535/task/537/stat : 537 (java) R 534 521 31528 0 -1 64 40056 0 0 0 293 17 0 0 22 0 9 0 131088712 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=538] ppid=534 vsize=889060 CPUtime=0
/proc/535/task/538/stat : 538 (java) S 534 521 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 131088713 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=539] ppid=534 vsize=889060 CPUtime=0
/proc/535/task/539/stat : 539 (java) S 534 521 31528 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 131088713 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=540] ppid=534 vsize=889060 CPUtime=0
/proc/535/task/540/stat : 540 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 131088715 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=541] ppid=534 vsize=889060 CPUtime=0.17
/proc/535/task/541/stat : 541 (java) S 534 521 31528 0 -1 64 1454 0 0 0 17 0 0 0 16 0 9 0 131088715 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=542] ppid=534 vsize=889060 CPUtime=0
/proc/535/task/542/stat : 542 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 131088715 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=543] ppid=534 vsize=889060 CPUtime=0
/proc/535/task/543/stat : 543 (java) S 534 521 31528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 131088715 910397440 39000 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 908016

[startup+12.702 s]
/proc/loadavg: 2.09 2.02 2.01 3/93 543
/proc/meminfo: memFree=1538200/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 973 7922 0 1 3 0 86 6 16 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 797 370 3 0 500 0
[pid=534] ppid=521 vsize=5356 CPUtime=0
/proc/534/stat : 534 (sh) S 521 521 31528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 131088710 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/534/statm: 1339 233 193 169 0 50 0
[pid=535] ppid=534 vsize=868496 CPUtime=11.56
/proc/535/stat : 535 (java) S 534 521 31528 0 -1 0 63649 0 1 0 1122 34 0 0 18 0 9 0 131088710 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/535/statm: 217124 43231 2565 9 0 211671 0
[pid=535/tid=536] ppid=534 vsize=868496 CPUtime=6.65
/proc/535/task/536/stat : 536 (java) R 534 521 31528 0 -1 64 4663 0 1 0 659 6 0 0 25 0 9 0 131088711 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4126592634 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=537] ppid=534 vsize=868496 CPUtime=4.64
/proc/535/task/537/stat : 537 (java) S 534 521 31528 0 -1 64 56799 0 0 0 439 25 0 0 16 0 9 0 131088712 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=538] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/538/stat : 538 (java) S 534 521 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 131088713 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=539] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/539/stat : 539 (java) S 534 521 31528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 131088713 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=540] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/540/stat : 540 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 131088715 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=541] ppid=534 vsize=868496 CPUtime=0.24
/proc/535/task/541/stat : 541 (java) S 534 521 31528 0 -1 64 1491 0 0 0 23 1 0 0 16 0 9 0 131088715 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=542] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/542/stat : 542 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 131088715 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=543] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/543/stat : 543 (java) S 534 521 31528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 131088715 889339904 43231 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 887452

[startup+25.5025 s]
/proc/loadavg: 2.07 2.02 2.00 3/93 543
/proc/meminfo: memFree=1527640/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 973 7922 0 1 3 0 86 6 16 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/521/statm: 3400 797 370 3 0 500 0
[pid=534] ppid=521 vsize=5356 CPUtime=0
/proc/534/stat : 534 (sh) S 521 521 31528 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 131088710 5484544 233 996147200 4194304 4889804 548682068672 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/534/statm: 1339 233 193 169 0 50 0
[pid=535] ppid=534 vsize=868496 CPUtime=24.22
/proc/535/stat : 535 (java) S 534 521 31528 0 -1 0 63827 0 1 0 2381 41 0 0 18 0 9 0 131088710 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/535/statm: 217124 43358 2565 9 0 211671 0
[pid=535/tid=536] ppid=534 vsize=868496 CPUtime=19.02
/proc/535/task/536/stat : 536 (java) R 534 521 31528 0 -1 64 4715 0 1 0 1889 13 0 0 25 0 9 0 131088711 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4126953479 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=537] ppid=534 vsize=868496 CPUtime=4.93
/proc/535/task/537/stat : 537 (java) S 534 521 31528 0 -1 64 56921 0 0 0 467 26 0 0 16 0 9 0 131088712 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=538] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/538/stat : 538 (java) S 534 521 31528 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 131088713 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=539] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/539/stat : 539 (java) S 534 521 31528 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 131088713 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=540] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/540/stat : 540 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 131088715 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=541] ppid=534 vsize=868496 CPUtime=0.24
/proc/535/task/541/stat : 541 (java) S 534 521 31528 0 -1 64 1495 0 0 0 23 1 0 0 15 0 9 0 131088715 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=542] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/542/stat : 542 (java) S 534 521 31528 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 131088715 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=535/tid=543] ppid=534 vsize=868496 CPUtime=0
/proc/535/task/543/stat : 543 (java) S 534 521 31528 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 131088715 889339904 43358 996147200 134512640 134550740 4294955904 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.17
Current children cumulated vsize (KiB) 887452

[startup+51.1025 s]
/proc/loadavg: 2.04 2.01 2.00 3/93 543
/proc/meminfo: memFree=1499544/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=0.95
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 973 7922 0 1 3 0 86 6 16 0 1 0 131088610 13926400 797 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0

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

/proc/meminfo: memFree=1386904/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=184020 CPUtime=950.18
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 45995 0 0 0 91548 3470 0 0 25 0 1 0 131128998 188436480 44563 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46005 44563 48 102 0 45900 0
Current children cumulated CPU time (s) 1352.21
Current children cumulated vsize (KiB) 202976

[startup+1422.31 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1386904/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=184020 CPUtime=1010.17
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 45995 0 0 0 97547 3470 0 0 25 0 1 0 131128998 188436480 44563 996147200 134512640 134931368 4294956208 18446744073709551615 134525823 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46005 44563 48 102 0 45900 0
Current children cumulated CPU time (s) 1412.2
Current children cumulated vsize (KiB) 202976

[startup+1482.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1386136/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=184680 CPUtime=1070.14
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 46357 0 0 0 103543 3471 0 0 25 0 1 0 131128998 189112320 44744 996147200 134512640 134931368 4294956208 18446744073709551615 134525927 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46170 44744 48 102 0 46065 0
Current children cumulated CPU time (s) 1472.17
Current children cumulated vsize (KiB) 203636

[startup+1542.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1386136/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=184680 CPUtime=1130.12
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 46357 0 0 0 109541 3471 0 0 25 0 1 0 131128998 189112320 44744 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46170 44744 48 102 0 46065 0
Current children cumulated CPU time (s) 1532.15
Current children cumulated vsize (KiB) 203636

[startup+1602.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384536/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1190.09
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 46954 0 0 0 115538 3471 0 0 25 0 1 0 131128998 190599168 45151 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45151 48 102 0 46428 0
Current children cumulated CPU time (s) 1592.12
Current children cumulated vsize (KiB) 205088

[startup+1662.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384536/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1250.07
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 46954 0 0 0 121535 3472 0 0 25 0 1 0 131128998 190599168 45151 996147200 134512640 134931368 4294956208 18446744073709551615 134525778 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45151 48 102 0 46428 0
Current children cumulated CPU time (s) 1652.1
Current children cumulated vsize (KiB) 205088

[startup+1722.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384408/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1310.05
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 47165 0 0 0 127533 3472 0 0 25 0 1 0 131128998 190599168 45165 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45165 48 102 0 46428 0
Current children cumulated CPU time (s) 1712.08
Current children cumulated vsize (KiB) 205088

[startup+1782.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384344/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1370.03
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 47165 0 0 0 133531 3472 0 0 25 0 1 0 131128998 190599168 45165 996147200 134512640 134931368 4294956208 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45165 48 102 0 46428 0
Current children cumulated CPU time (s) 1772.06
Current children cumulated vsize (KiB) 205088



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384408/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1398.02
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 47165 0 0 0 136330 3472 0 0 25 0 1 0 131128998 190599168 45165 996147200 134512640 134931368 4294956208 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45165 48 102 0 46428 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 205088

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1810.3 s]
/proc/loadavg: 1.99 1.98 1.99 3/85 601
/proc/meminfo: memFree=1384408/2055920 swapFree=4181452/4192956
[pid=521] ppid=519 vsize=13600 CPUtime=402.03
/proc/521/stat : 521 (sugar) S 519 521 31528 0 -1 4194304 1022 116645 0 2 3 1 40051 148 16 0 1 0 131088610 13926400 799 996147200 4194304 4206940 548682068560 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/521/statm: 3400 799 370 3 0 500 0
[pid=550] ppid=521 vsize=5356 CPUtime=0
/proc/550/stat : 550 (sh) S 521 521 31528 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 131128997 5484544 232 996147200 4194304 4889804 548682068800 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/550/statm: 1339 232 193 169 0 50 0
[pid=551] ppid=550 vsize=186132 CPUtime=1398.02
/proc/551/stat : 551 (picosat) R 550 521 31528 0 -1 4194304 47165 0 0 0 136330 3472 0 0 25 0 1 0 131128998 190599168 45165 996147200 134512640 134931368 4294956208 18446744073709551615 134525802 0 0 4096 0 0 0 0 17 0 0 0
/proc/551/statm: 46533 45165 48 102 0 46428 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 205088

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 521 and gives
#  childrusage.ru_utime.tv_sec=400
#  childrusage.ru_utime.tv_usec=557106
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=500771
# CPU time returned by wait4() is 402.058
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1810.34
CPU time (s): 1800.05
CPU user time (s): 1763.84
CPU system time (s): 36.21
CPU usage (%): 99.4317
Max. virtual memory (cumulated for all children) (KiB): 908020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 400.557
system time used= 1.50077
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118025
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15771
involuntary context switches= 16904

runsolver used 2.22566 second user time and 6.06608 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-04 18:59:36
IDJOB=1076975
IDBENCH=56621
IDSOLVER=345
FILE ID=node73/1076975-1215190776
PBS_JOBID= 7881586
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/wordsHerald/normalized-crossword-m1-words-19-03.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1076975-1215190776/watcher-1076975-1215190776 -o /tmp/evaluation-result-1076975-1215190776/solver-1076975-1215190776 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1076975-1215190776.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= d28060cd6a868436f27486ab90f32461
RANDOM SEED=2044259900

node73.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		: 3000.230
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	: 5914.62
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		: 3000.230
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:       1709200 kB
Buffers:         53096 kB
Cached:         154444 kB
SwapCached:       5300 kB
Active:         211232 kB
Inactive:        78780 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1709200 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            2152 kB
Writeback:           0 kB
Mapped:          96312 kB
Slab:            41712 kB
Committed_AS:  1109400 kB
PageTables:       1980 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66548 MiB
End job on node73 at 2008-07-04 19:29:48