Trace number 1078622

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+minisatSAT 232.981 235.342

General information on the benchmark

Namecsp/ogdPuzzle/
normalized-crossword-m1-ogd-puzzle10.xml
MD5SUMcc3038c2e62940125f2c6aa42d3a26e2
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 benchmark0.117981
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints146
Maximum constraint arity14
Maximum domain size26
Number of constraints which are defined in extension20
Number of constraints which are defined in intension126
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Fri Jul  4 23:41:57 2008
0.00/0.05	c 0	PID 32411
0.00/0.05	c 0	HOST node32.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1078622-1215207717.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1078622-1215207717.xml' 'HOME/temp.csp'
0.04/0.59	c 1	1 domains, 40 variables, 4 predicates, 2 relations, 146 constraints
0.04/0.63	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.63	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.57/0.71	c 1	Parsing HOME/temp.csp
1.02/1.13	c 1	parsed 193 expressions
1.02/1.13	c 1	Heap : 7 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.02/1.13	c 1	Converting to clausal form CSP
1.02/1.16	c 1	converted 20 (10%) expressions
1.02/1.16	c 1	converted 39 (20%) expressions
1.12/1.29	c 1	converted 58 (30%) expressions
1.21/1.32	c 1	converted 78 (40%) expressions
1.21/1.33	c 1	converted 97 (50%) expressions
1.21/1.35	c 1	converted 116 (60%) expressions
1.21/1.37	c 1	converted 136 (70%) expressions
1.21/1.37	c 1	converted 155 (80%) expressions
1.31/1.44	c 2	converted 174 (90%) expressions
2.69/2.81	c 3	converted 193 (100%) expressions
2.69/2.81	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.69/2.81	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.81	c 3	Propagation in CSP
2.69/2.82	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.69/2.82	c 3	CSP : 40 integers, 0 booleans, 146 clauses, largest domain size 26
2.69/2.82	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.69/2.82	c 3	Simplifing CSP by introducing new Boolean variables
2.69/2.83	c 3	CSP : 40 integers, 764 booleans, 910 clauses, largest domain size 26
2.69/2.83	c 3	Heap : 40 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.90/3.07	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.08	c 3	4 (10%) CSP integer variables are encoded (96 clauses, 912 bytes)
2.90/3.08	c 3	8 (20%) CSP integer variables are encoded (192 clauses, 1968 bytes)
2.90/3.08	c 3	12 (30%) CSP integer variables are encoded (288 clauses, 3024 bytes)
2.90/3.09	c 3	16 (40%) CSP integer variables are encoded (384 clauses, 4080 bytes)
2.90/3.09	c 3	20 (50%) CSP integer variables are encoded (480 clauses, 5136 bytes)
2.90/3.09	c 3	24 (60%) CSP integer variables are encoded (576 clauses, 6192 bytes)
2.90/3.09	c 3	28 (70%) CSP integer variables are encoded (672 clauses, 7248 bytes)
2.90/3.09	c 3	32 (80%) CSP integer variables are encoded (768 clauses, 8304 bytes)
2.90/3.09	c 3	36 (90%) CSP integer variables are encoded (864 clauses, 9360 bytes)
2.90/3.09	c 3	40 (100%) CSP integer variables are encoded (960 clauses, 10417 bytes)
3.19/3.31	c 3	91 (10%) CSP clauses are encoded (17223 clauses, 381876 bytes)
3.19/3.32	c 3	182 (20%) CSP clauses are encoded (19264 clauses, 413926 bytes)
3.19/3.33	c 3	273 (30%) CSP clauses are encoded (21305 clauses, 447038 bytes)
3.19/3.34	c 3	364 (40%) CSP clauses are encoded (23346 clauses, 480538 bytes)
3.19/3.35	c 3	455 (50%) CSP clauses are encoded (25387 clauses, 514300 bytes)
3.19/3.35	c 3	546 (60%) CSP clauses are encoded (27428 clauses, 548496 bytes)
3.19/3.36	c 3	637 (70%) CSP clauses are encoded (29469 clauses, 582692 bytes)
3.19/3.37	c 3	728 (80%) CSP clauses are encoded (31510 clauses, 616890 bytes)
3.19/3.38	c 3	819 (90%) CSP clauses are encoded (33551 clauses, 651094 bytes)
231.40/233.77	c 234	910 (100%) CSP clauses are encoded (565046 clauses, 26457828 bytes)
231.40/233.77	c 234	910 CSP clauses encoded
231.40/233.77	c 234	Writing map file : HOME/temp.map
231.40/233.77	c 234	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.40/233.77	c 234	SAT : 1764 SAT variables, 565046 SAT clauses, 26457828 bytes
231.40/233.77	c 234	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
231.47/233.82	c 234	SOLVING HOME/temp.cnf
231.47/233.82	c 234	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
231.47/233.83	c 234	This is MiniSat 2.0 beta
231.47/233.83	c 234	WARNING: for repeatability, setting FPU to use double precision
231.47/233.83	c 234	============================[ Problem Statistics ]=============================
231.47/233.83	c 234	|                                                                             |
231.47/233.83	c 234	|  Number of variables:  1764                                                 |
231.47/233.83	c 234	|  Number of clauses:    565046                                               |
232.05/234.47	c 235	|  Parsing time:         0.57         s                                       |
232.14/234.51	c 235	============================[ Search Statistics ]==============================
232.14/234.51	c 235	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
232.14/234.51	c 235	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
232.14/234.51	c 235	===============================================================================
232.14/234.51	c 235	|         0 |    1764   565046  5702132 |   188348        0    nan |  0.000 % |
232.24/234.62	c 235	|       101 |    1764   565046  5702132 |   207183      101      9 |  0.000 % |
232.34/234.73	c 235	|       251 |    1764   565046  5702132 |   227901      251      8 |  0.000 % |
232.44/234.84	c 235	|       476 |    1764   565046  5702132 |   250692      476      9 |  0.002 % |
232.63/235.02	c 235	|       813 |    1764   565046  5702132 |   275761      813     10 |  0.001 % |
232.73/235.14	c 235	===============================================================================
232.73/235.14	c 235	restarts              : 5
232.73/235.14	c 235	conflicts             : 946            (767 /sec)
232.73/235.14	c 235	decisions             : 2822           (1.13 % random) (2289 /sec)
232.73/235.14	c 235	propagations          : 46072          (37371 /sec)
232.73/235.14	c 235	conflict literals     : 8629           (16.86 % deleted)
232.73/235.14	c 235	Memory used           : 43.99 MB
232.73/235.14	c 235	CPU time              : 1.23281 s
232.73/235.14	c 235	
232.73/235.14	c 235	SATISFIABLE
232.73/235.15	c 235	DECODING HOME/temp.out WITH HOME/temp.map
232.73/235.15	c 235	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
232.81/235.23	c 235	Decoding HOME/temp.out
232.81/235.26	s SATISFIABLE
232.81/235.27	v 18 12 4 18 12 18 21 14 11 24 20 4 15 20 25 25 11 4 18 4 15 18 14 21 10 7 14 25 14 20 8 4 23 0 20 5 17 18 14 2
232.81/235.27	c 235	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
232.92/235.33	c 235	CPU 232.39 (0.03 0.01 232.36 0.54)
232.92/235.33	c 235	END Fri Jul  4 23:45:52 2008

Verifier Data (download as text)

OK

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-1078622-1215207717/watcher-1078622-1215207717 -o /tmp/evaluation-result-1078622-1215207717/solver-1078622-1215207717 -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/minisat -tmp=HOME/temp HOME/instance-1078622-1215207717.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.96 1.99 2.04 4/82 32411
/proc/meminfo: memFree=1430480/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=18572 CPUtime=0
/proc/32411/stat : 32411 (runsolver) R 32409 32411 28816 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1550443891 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 268213742887 0 0 4096 24578 0 0 0 17 1 0 0
/proc/32411/statm: 4643 292 257 25 0 2626 0

[startup+0.092239 s]
/proc/loadavg: 1.96 1.99 2.04 4/82 32411
/proc/meminfo: memFree=1430480/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.04
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550443891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.101476 s]
/proc/loadavg: 1.96 1.99 2.04 4/82 32411
/proc/meminfo: memFree=1430480/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.04
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550443891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301498 s]
/proc/loadavg: 1.96 1.99 2.04 4/82 32411
/proc/meminfo: memFree=1430480/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.04
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1550443891 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701545 s]
/proc/loadavg: 1.96 1.99 2.04 4/82 32411
/proc/meminfo: memFree=1430480/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 956 8671 0 1 3 1 48 5 16 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13600

[startup+1.50264 s]
/proc/loadavg: 1.96 1.99 2.04 3/93 32433
/proc/meminfo: memFree=1417016/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 973 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868296 CPUtime=0.84
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 9140 0 1 0 80 4 0 0 18 0 9 0 1550443955 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217074 8118 2542 9 0 211649 0
[pid=32425/tid=32426] ppid=32424 vsize=868296 CPUtime=0.43
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 2564 0 1 0 42 1 0 0 23 0 9 0 1550443956 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 103215022 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868296 CPUtime=0.22
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 4471 0 0 0 21 1 0 0 16 0 9 0 1550443957 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868296 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868296 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1550443957 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868296 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868296 CPUtime=0.15
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1408 0 0 0 15 0 0 0 16 0 9 0 1550443959 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868296 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868296 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889135104 8118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 887252

[startup+3.10182 s]
/proc/loadavg: 2.04 2.01 2.04 3/93 32433
/proc/meminfo: memFree=1392760/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=2.43
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 16977 0 1 0 235 8 0 0 18 0 9 0 1550443955 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 15118 2564 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=0.94
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3202 0 1 0 93 1 0 0 23 0 9 0 1550443956 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=1.27
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 11656 0 0 0 123 4 0 0 18 0 9 0 1550443957 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.17
/proc/32425/task/32431/stat : 32431 (java) R 32424 32411 28816 0 -1 64 1422 0 0 0 17 0 0 0 16 0 9 0 1550443959 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 102018796 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 15118 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 887480

[startup+6.30118 s]
/proc/loadavg: 2.04 2.01 2.04 3/93 32433
/proc/meminfo: memFree=1370680/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=5.59
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 18383 0 1 0 549 10 0 0 18 0 9 0 1550443955 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 16481 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=3.98
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3251 0 1 0 396 2 0 0 25 0 9 0 1550443956 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4126810375 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=1.36
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 12993 0 0 0 131 5 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.22
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1442 0 0 0 21 1 0 0 15 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.16
Current children cumulated vsize (KiB) 887480

[startup+12.7019 s]
/proc/loadavg: 2.03 2.01 2.04 3/93 32433
/proc/meminfo: memFree=1370552/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=11.93
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 18383 0 1 0 1183 10 0 0 18 0 9 0 1550443955 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 16481 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=10.32
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3251 0 1 0 1030 2 0 0 25 0 9 0 1550443956 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4126884085 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=1.36
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 12993 0 0 0 131 5 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.22
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1442 0 0 0 21 1 0 0 15 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 16481 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.5
Current children cumulated vsize (KiB) 887480

[startup+25.5023 s]
/proc/loadavg: 2.03 2.01 2.04 3/93 32433
/proc/meminfo: memFree=1367800/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=24.6
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 19094 0 1 0 2450 10 0 0 18 0 9 0 1550443955 889368576 17178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 17178 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=22.95
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3265 0 1 0 2293 2 0 0 25 0 9 0 1550443956 889368576 17178 996147200 134512640 134550740 4294955952 18446744073709551615 4126884026 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=1.4
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 13690 0 0 0 135 5 0 0 16 0 9 0 1550443957 889368576 17178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 17178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 17178 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.23
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1449 0 0 0 22 1 0 0 16 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 220.11
Current children cumulated vsize (KiB) 887480

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

[startup+223.903 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 32433
/proc/meminfo: memFree=1331576/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=221.12
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 29996 0 1 0 22080 32 0 0 18 0 9 0 1550443955 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 21384 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=217.49
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3762 0 1 0 21733 16 0 0 25 0 9 0 1550443956 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=3.37
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 24088 0 0 0 324 13 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.23
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1449 0 0 0 22 1 0 0 16 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 221.69
Current children cumulated vsize (KiB) 887480

[startup+230.303 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 32433
/proc/meminfo: memFree=1331576/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=227.46
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 29997 0 1 0 22714 32 0 0 18 0 9 0 1550443955 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 21384 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=223.83
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3763 0 1 0 22367 16 0 0 25 0 9 0 1550443956 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=3.37
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 24088 0 0 0 324 13 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.23
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1449 0 0 0 22 1 0 0 16 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 228.03
Current children cumulated vsize (KiB) 887480

[startup+233.503 s]
/proc/loadavg: 2.00 2.00 2.02 3/93 32433
/proc/meminfo: memFree=1331512/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=0.57
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 974 8671 0 1 3 1 48 5 15 0 1 0 1550443891 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 797 370 3 0 500 0
[pid=32424] ppid=32411 vsize=5356 CPUtime=0
/proc/32424/stat : 32424 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550443955 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32424/statm: 1339 233 193 169 0 50 0
[pid=32425] ppid=32424 vsize=868524 CPUtime=230.62
/proc/32425/stat : 32425 (java) S 32424 32411 28816 0 -1 0 30030 0 1 0 23028 34 0 0 18 0 9 0 1550443955 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32425/statm: 217131 21384 2565 9 0 211678 0
[pid=32425/tid=32426] ppid=32424 vsize=868524 CPUtime=226.96
/proc/32425/task/32426/stat : 32426 (java) R 32424 32411 28816 0 -1 64 3796 0 1 0 22677 19 0 0 25 0 9 0 1550443956 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4126860756 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32427] ppid=32424 vsize=868524 CPUtime=3.41
/proc/32425/task/32427/stat : 32427 (java) S 32424 32411 28816 0 -1 64 24088 0 0 0 328 13 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32428] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32428/stat : 32428 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32429] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32429/stat : 32429 (java) S 32424 32411 28816 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1550443957 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32430] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32430/stat : 32430 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32431] ppid=32424 vsize=868524 CPUtime=0.23
/proc/32425/task/32431/stat : 32431 (java) S 32424 32411 28816 0 -1 64 1449 0 0 0 22 1 0 0 16 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32432] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32432/stat : 32432 (java) S 32424 32411 28816 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32425/tid=32433] ppid=32424 vsize=868524 CPUtime=0
/proc/32425/task/32433/stat : 32433 (java) S 32424 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1550443959 889368576 21384 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 231.19
Current children cumulated vsize (KiB) 887480

[startup+234.307 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 32435
/proc/meminfo: memFree=1377464/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=231.49
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 1031 39026 0 2 3 1 23102 43 16 0 1 0 1550443891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 798 370 3 0 500 0
[pid=32434] ppid=32411 vsize=5356 CPUtime=0
/proc/32434/stat : 32434 (sh) S 32411 32411 28816 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550467274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32434/statm: 1339 232 193 169 0 50 0
[pid=32435] ppid=32434 vsize=30256 CPUtime=0.46
/proc/32435/stat : 32435 (minisat) R 32434 32411 28816 0 -1 4194304 7354 0 0 0 42 4 0 0 23 0 1 0 1550467274 30982144 7340 996147200 134512640 135127466 4294956256 18446744073709551615 134514034 0 0 4096 3 0 0 0 17 1 0 0
/proc/32435/statm: 7564 7340 62 150 0 7411 0
Current children cumulated CPU time (s) 231.95
Current children cumulated vsize (KiB) 49212

[startup+235.101 s]
/proc/loadavg: 2.00 2.00 2.02 3/85 32435
/proc/meminfo: memFree=1377464/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=231.49
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 1031 39026 0 2 3 1 23102 43 15 0 1 0 1550443891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 798 370 3 0 500 0
[pid=32434] ppid=32411 vsize=5356 CPUtime=0
/proc/32434/stat : 32434 (sh) S 32411 32411 28816 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1550467274 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32434/statm: 1339 232 193 169 0 50 0
[pid=32435] ppid=32434 vsize=44816 CPUtime=1.24
/proc/32435/stat : 32435 (minisat) R 32434 32411 28816 0 -1 4194304 10815 0 0 0 118 6 0 0 25 0 1 0 1550467274 45891584 10801 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32435/statm: 11204 10801 76 150 0 11051 0
Current children cumulated CPU time (s) 232.73
Current children cumulated vsize (KiB) 63772

[startup+235.301 s]
/proc/loadavg: 2.00 2.00 2.02 2/93 32445
/proc/meminfo: memFree=1395704/2055920 swapFree=4097964/4192956
[pid=32411] ppid=32409 vsize=13600 CPUtime=232.81
/proc/32411/stat : 32411 (sugar) S 32409 32411 28816 0 -1 4194304 1090 50156 0 2 3 1 23226 51 15 0 1 0 1550443891 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 268222640226 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32411/statm: 3400 798 370 3 0 500 0
[pid=32436] ppid=32411 vsize=5356 CPUtime=0
/proc/32436/stat : 32436 (sh) S 32411 32411 28816 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1550467407 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 268213740356 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32436/statm: 1339 233 193 169 0 50 0
[pid=32437] ppid=32436 vsize=864068 CPUtime=0.11
/proc/32437/stat : 32437 (java) S 32436 32411 28816 0 -1 0 3396 0 1 0 9 2 0 0 18 0 9 0 1550467407 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32437/statm: 216017 2866 1682 9 0 210592 0
[pid=32437/tid=32438] ppid=32436 vsize=864068 CPUtime=0.08
/proc/32437/task/32438/stat : 32438 (java) S 32436 32411 28816 0 -1 64 2422 0 1 0 7 1 0 0 18 0 9 0 1550467408 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32439] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32439/stat : 32439 (java) S 32436 32411 28816 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1550467409 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32440] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32440/stat : 32440 (java) S 32436 32411 28816 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1550467410 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32441] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32441/stat : 32441 (java) S 32436 32411 28816 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1550467410 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32442] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32442/stat : 32442 (java) S 32436 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550467412 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32443] ppid=32436 vsize=864068 CPUtime=0.01
/proc/32437/task/32443/stat : 32443 (java) S 32436 32411 28816 0 -1 64 278 0 0 0 1 0 0 0 19 0 9 0 1550467412 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32444] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32444/stat : 32444 (java) S 32436 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1550467412 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32437/tid=32445] ppid=32436 vsize=864068 CPUtime=0
/proc/32437/task/32445/stat : 32445 (java) S 32436 32411 28816 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1550467412 884805632 2866 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 232.92
Current children cumulated vsize (KiB) 883024

Child status: 0
Real time (s): 235.342
CPU time (s): 232.981
CPU user time (s): 232.397
CPU system time (s): 0.583911
CPU usage (%): 98.9965
Max. virtual memory (cumulated for all children) (KiB): 893892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 232.397
system time used= 0.583911
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54991
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11037
involuntary context switches= 15721

runsolver used 0.287956 second user time and 0.809876 second system time

The end

Launcher Data (download as text)

Begin job on node32 at 2008-07-04 23:41:57
IDJOB=1078622
IDBENCH=56829
IDSOLVER=346
FILE ID=node32/1078622-1215207717
PBS_JOBID= 7881634
Free space on /tmp= 66440 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdPuzzle/normalized-crossword-m1-ogd-puzzle10.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1078622-1215207717/watcher-1078622-1215207717 -o /tmp/evaluation-result-1078622-1215207717/solver-1078622-1215207717 -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/minisat" -tmp="HOME/temp" HOME/instance-1078622-1215207717.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= cc3038c2e62940125f2c6aa42d3a26e2
RANDOM SEED=1542551039

node32.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.218
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.218
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:       1430960 kB
Buffers:         65924 kB
Cached:         280320 kB
SwapCached:      88276 kB
Active:         386836 kB
Inactive:       179440 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1430960 kB
SwapTotal:     4192956 kB
SwapFree:      4097964 kB
Dirty:            2636 kB
Writeback:           0 kB
Mapped:         233540 kB
Slab:            43148 kB
Committed_AS:  4071288 kB
PageTables:       2388 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66440 MiB
End job on node32 at 2008-07-04 23:45:52