Trace number 1075775

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+minisatUNSAT 425.284 425.707

General information on the benchmark

Namecsp/ogdVg/
normalized-crossword-m1c-ogd-vg16-20_ext.xml
MD5SUM1df82e8a2f01b53d84359bad2ff636b0
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.086986
Satisfiable
(Un)Satisfiability was proved
Number of variables320
Number of constraints36
Maximum constraint arity20
Maximum domain size26
Number of constraints which are defined in extension36
Number of constraints which are defined in intension0
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 16:29:11 2008
0.00/0.05	c 0	PID 32293
0.03/0.05	c 0	HOST node2.alineos.net
0.03/0.05	c 0	CONVERTING HOME/instance-1075775-1215181750.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-1075775-1215181750.xml' 'HOME/temp.csp'
0.03/0.35	c 0	1 domains, 320 variables, 0 predicates, 2 relations, 36 constraints
0.03/0.37	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.37	c 0	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.32/0.45	c 0	Parsing HOME/temp.csp
0.32/0.75	c 0	parsed 359 expressions
0.32/0.75	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.32/0.75	c 0	Converting to clausal form CSP
0.32/0.77	c 0	converted 36 (10%) expressions
0.32/0.77	c 0	converted 72 (20%) expressions
0.32/0.78	c 0	converted 108 (30%) expressions
0.32/0.78	c 0	converted 144 (40%) expressions
0.32/0.78	c 0	converted 180 (50%) expressions
0.32/0.78	c 0	converted 216 (60%) expressions
0.32/0.78	c 0	converted 252 (70%) expressions
0.32/0.78	c 0	converted 288 (80%) expressions
0.32/0.91	c 0	converted 324 (90%) expressions
3.00/3.11	c 3	converted 359 (100%) expressions
3.00/3.11	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.11	c 3	Propagation in CSP
3.00/3.11	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.00/3.11	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.11	c 3	Simplifing CSP by introducing new Boolean variables
3.00/3.11	c 3	CSP : 320 integers, 0 booleans, 36 clauses, largest domain size 26
3.00/3.11	c 3	Heap : 74 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.30/3.46	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.30/3.50	c 3	32 (10%) CSP integer variables are encoded (768 clauses, 8304 bytes)
3.30/3.50	c 3	64 (20%) CSP integer variables are encoded (1536 clauses, 17905 bytes)
3.30/3.50	c 3	96 (30%) CSP integer variables are encoded (2304 clauses, 27889 bytes)
3.40/3.51	c 3	128 (40%) CSP integer variables are encoded (3072 clauses, 37873 bytes)
3.40/3.51	c 3	160 (50%) CSP integer variables are encoded (3840 clauses, 47857 bytes)
3.40/3.51	c 3	192 (60%) CSP integer variables are encoded (4608 clauses, 57841 bytes)
3.40/3.52	c 3	224 (70%) CSP integer variables are encoded (5376 clauses, 67825 bytes)
3.40/3.52	c 3	256 (80%) CSP integer variables are encoded (6144 clauses, 77809 bytes)
3.40/3.53	c 3	288 (90%) CSP integer variables are encoded (6912 clauses, 87793 bytes)
3.40/3.53	c 3	320 (100%) CSP integer variables are encoded (7680 clauses, 97777 bytes)
82.67/82.83	c 82	4 (10%) CSP clauses are encoded (265212 clauses, 27078794 bytes)
163.13/163.32	c 163	8 (20%) CSP clauses are encoded (522744 clauses, 54620762 bytes)
224.60/224.83	c 224	11 (30%) CSP clauses are encoded (715893 clauses, 75277238 bytes)
306.74/307.01	c 307	15 (40%) CSP clauses are encoded (973425 clauses, 102819206 bytes)
367.71/368.03	c 368	18 (50%) CSP clauses are encoded (1166574 clauses, 123475682 bytes)
408.68/409.10	c 409	22 (60%) CSP clauses are encoded (1308218 clauses, 138542682 bytes)
410.39/410.76	c 410	26 (70%) CSP clauses are encoded (1333974 clauses, 141825350 bytes)
411.69/412.01	c 412	29 (80%) CSP clauses are encoded (1353291 clauses, 144287351 bytes)
413.29/413.67	c 413	33 (90%) CSP clauses are encoded (1379047 clauses, 147570019 bytes)
414.58/414.92	c 414	36 (100%) CSP clauses are encoded (1398364 clauses, 150032020 bytes)
414.58/414.92	c 414	36 CSP clauses encoded
414.58/414.92	c 414	Writing map file : HOME/temp.map
414.58/414.93	c 414	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
414.58/414.93	c 414	SAT : 8000 SAT variables, 1398364 SAT clauses, 150032020 bytes
414.58/414.93	c 414	Heap : 116 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
414.58/414.96	c 414	SOLVING HOME/temp.cnf
414.58/414.96	c 414	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
414.58/414.97	c 414	This is MiniSat 2.0 beta
414.58/414.97	c 414	WARNING: for repeatability, setting FPU to use double precision
414.58/414.97	c 414	============================[ Problem Statistics ]=============================
414.58/414.97	c 414	|                                                                             |
414.58/414.97	c 414	|  Number of variables:  8000                                                 |
414.58/414.97	c 414	|  Number of clauses:    1398364                                              |
417.83/418.25	c 418	|  Parsing time:         2.88         s                                       |
418.24/418.68	c 418	============================[ Search Statistics ]==============================
418.24/418.68	c 418	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
418.24/418.68	c 418	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
418.24/418.68	c 418	===============================================================================
418.24/418.68	c 418	|         0 |    7920  1382098 27331677 |   460699        0    nan |  0.000 % |
418.34/418.73	c 418	|       104 |    7918  1382098 27331677 |   506769      102      6 |  1.025 % |
418.43/418.83	c 418	|       254 |    7918  1382098 27331677 |   557446      252      6 |  1.025 % |
418.43/418.86	c 418	|       480 |    7918  1382098 27331677 |   613190      478      7 |  1.025 % |
419.03/419.46	c 419	|       817 |    7917  1382098 27331677 |   674509      814      7 |  1.038 % |
422.19/422.60	c 422	|      1323 |    7913  1382098 27331677 |   741960     1319      7 |  1.188 % |
424.88/425.40	c 425	===============================================================================
424.88/425.40	c 425	restarts              : 6
424.88/425.40	c 425	conflicts             : 1855           (187 /sec)
424.88/425.40	c 425	decisions             : 3781           (1.72 % random) (381 /sec)
424.88/425.40	c 425	propagations          : 204787         (20624 /sec)
424.88/425.40	c 425	conflict literals     : 13547          (29.86 % deleted)
424.88/425.40	c 425	Memory used           : 156.50 MB
424.88/425.40	c 425	CPU time              : 9.92949 s
424.88/425.40	c 425	
424.88/425.40	c 425	UNSATISFIABLE
424.98/425.42	c 425	DECODING HOME/temp.out WITH HOME/temp.map
424.98/425.42	c 425	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
425.02/425.51	c 425	Decoding HOME/temp.out
425.02/425.56	s UNSATISFIABLE
425.02/425.57	c 425	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
425.16/425.63	c 425	CPU 423.28 (0.03 0.01 423.25 1.89)
425.16/425.63	c 425	END Fri Jul  4 16:36:16 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

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-1075775-1215181750/watcher-1075775-1215181750 -o /tmp/evaluation-result-1075775-1215181750/solver-1075775-1215181750 -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-1075775-1215181750.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.89 1.96 1.98 4/81 32293
/proc/meminfo: memFree=1012816/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=12268 CPUtime=0
/proc/32293/stat : 32293 (sugar) R 32291 32293 31928 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1002579668 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/32293/statm: 3067 316 241 3 0 167 0

[startup+0.0514259 s]
/proc/loadavg: 1.89 1.96 1.98 4/81 32293
/proc/meminfo: memFree=1012816/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.03
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 837 0 0 0 3 0 0 0 18 0 1 0 1002579668 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.101456 s]
/proc/loadavg: 1.89 1.96 1.98 4/81 32293
/proc/meminfo: memFree=1012816/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.03
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1002579668 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301479 s]
/proc/loadavg: 1.89 1.96 1.98 4/81 32293
/proc/meminfo: memFree=1012816/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.03
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 900 127 0 0 3 0 0 0 19 0 1 0 1002579668 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701518 s]
/proc/loadavg: 1.89 1.96 1.98 4/81 32293
/proc/meminfo: memFree=1012816/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 973 4697 0 1 3 0 26 3 16 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 13600

[startup+1.50261 s]
/proc/loadavg: 1.89 1.96 1.98 4/92 32315
/proc/meminfo: memFree=996472/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 973 4697 0 1 3 0 26 3 15 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864392 CPUtime=1.1
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 10771 0 1 0 103 7 0 0 18 0 9 0 1002579705 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216098 9945 2540 9 0 210673 0
[pid=32307/tid=32308] ppid=32306 vsize=864392 CPUtime=0.47
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 2748 0 1 0 45 2 0 0 21 0 9 0 1002579706 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864392 CPUtime=0.52
/proc/32307/task/32309/stat : 32309 (java) R 32306 32293 31928 0 -1 64 6988 0 0 0 48 4 0 0 17 0 9 0 1002579708 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 104182474 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864392 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864392 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002579708 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864392 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864392 CPUtime=0.08
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 342 0 0 0 8 0 0 0 16 0 9 0 1002579710 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864392 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864392 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 885137408 9945 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 883348

[startup+3.10277 s]
/proc/loadavg: 1.89 1.96 1.98 4/92 32315
/proc/meminfo: memFree=961848/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 973 4697 0 1 3 0 26 3 15 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864160 CPUtime=2.68
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 24435 0 1 0 253 15 0 0 18 0 9 0 1002579705 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216040 23511 2540 9 0 210615 0
[pid=32307/tid=32308] ppid=32306 vsize=864160 CPUtime=0.88
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 3680 0 1 0 86 2 0 0 24 0 9 0 1002579706 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 103568474 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864160 CPUtime=1.69
/proc/32307/task/32309/stat : 32309 (java) S 32306 32293 31928 0 -1 64 19719 0 0 0 158 11 0 0 18 0 9 0 1002579708 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864160 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864160 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002579708 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864160 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864160 CPUtime=0.08
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 343 0 0 0 8 0 0 0 16 0 9 0 1002579710 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864160 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 884899840 23511 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864160 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 884899840 23511 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) 883116

[startup+6.3021 s]
/proc/loadavg: 1.90 1.96 1.98 3/92 32315
/proc/meminfo: memFree=920056/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 974 4697 0 1 3 0 26 3 16 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864272 CPUtime=5.87
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 26001 0 1 0 571 16 0 0 18 0 9 0 1002579705 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216068 25017 2564 9 0 210615 0
[pid=32307/tid=32308] ppid=32306 vsize=864272 CPUtime=3.66
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 3763 0 1 0 363 3 0 0 25 0 9 0 1002579706 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4126655300 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864272 CPUtime=2.08
/proc/32307/task/32309/stat : 32309 (java) S 32306 32293 31928 0 -1 64 21182 0 0 0 196 12 0 0 16 0 9 0 1002579708 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002579708 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864272 CPUtime=0.11
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1002579710 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 885014528 25017 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 883228

[startup+12.7028 s]
/proc/loadavg: 1.90 1.96 1.98 3/92 32315
/proc/meminfo: memFree=916856/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 974 4697 0 1 3 0 26 3 16 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864272 CPUtime=12.28
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 27153 0 1 0 1210 18 0 0 18 0 9 0 1002579705 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216068 26155 2564 9 0 210615 0
[pid=32307/tid=32308] ppid=32306 vsize=864272 CPUtime=9.99
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 3777 0 1 0 996 3 0 0 25 0 9 0 1002579706 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4126649978 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864272 CPUtime=2.14
/proc/32307/task/32309/stat : 32309 (java) S 32306 32293 31928 0 -1 64 22320 0 0 0 201 13 0 0 16 0 9 0 1002579708 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002579708 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864272 CPUtime=0.11
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 363 0 0 0 11 0 0 0 16 0 9 0 1002579710 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 885014528 26155 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 883228

[startup+25.5011 s]
/proc/loadavg: 1.92 1.96 1.98 3/92 32315
/proc/meminfo: memFree=900344/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 974 4697 0 1 3 0 26 3 16 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864272 CPUtime=25.07
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 29306 0 1 0 2484 23 0 0 18 0 9 0 1002579705 885014528 28256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216068 28256 2564 9 0 210615 0
[pid=32307/tid=32308] ppid=32306 vsize=864272 CPUtime=22.62
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 3830 0 1 0 2255 7 0 0 25 0 9 0 1002579706 885014528 28256 996147200 134512640 134550740 4294955952 18446744073709551615 4126650037 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864272 CPUtime=2.29
/proc/32307/task/32309/stat : 32309 (java) S 32306 32293 31928 0 -1 64 24411 0 0 0 215 14 0 0 16 0 9 0 1002579708 885014528 28256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885014528 28256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864272 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1002579708 885014528 28256 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864384 CPUtime=401.67
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 63229 0 1 0 40043 124 0 0 18 0 9 0 1002579705 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216096 40493 2564 9 0 210643 0
[pid=32307/tid=32308] ppid=32306 vsize=864384 CPUtime=393.57
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 4977 0 1 0 39275 82 0 0 25 0 9 0 1002579706 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4126663018 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864384 CPUtime=7.95
/proc/32307/task/32309/stat : 32309 (java) S 32306 32293 31928 0 -1 64 57187 0 0 0 755 40 0 0 16 0 9 0 1002579708 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1002579708 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864384 CPUtime=0.13
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 372 0 0 0 13 0 0 0 16 0 9 0 1002579710 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 885129216 40493 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 401.99
Current children cumulated vsize (KiB) 883340

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

[startup+409.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/92 32315
/proc/meminfo: memFree=722104/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=0.32
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 974 4697 0 1 3 0 26 3 16 0 1 0 1002579668 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32293/statm: 3400 797 370 3 0 500 0
[pid=32306] ppid=32293 vsize=5356 CPUtime=0
/proc/32306/stat : 32306 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002579705 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32306/statm: 1339 233 193 169 0 50 0
[pid=32307] ppid=32306 vsize=864384 CPUtime=408.87
/proc/32307/stat : 32307 (java) S 32306 32293 31928 0 -1 0 63275 0 1 0 40758 129 0 0 18 0 9 0 1002579705 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32307/statm: 216096 40494 2564 9 0 210643 0
[pid=32307/tid=32308] ppid=32306 vsize=864384 CPUtime=400.66
/proc/32307/task/32308/stat : 32308 (java) R 32306 32293 31928 0 -1 64 5023 0 1 0 39979 87 0 0 25 0 9 0 1002579706 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32309] ppid=32306 vsize=864384 CPUtime=8.05
/proc/32307/task/32309/stat : 32309 (java) R 32306 32293 31928 0 -1 64 57187 0 0 0 765 40 0 0 15 0 9 0 1002579708 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32310] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32310/stat : 32310 (java) S 32306 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1002579708 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32311] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32311/stat : 32311 (java) S 32306 32293 31928 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1002579708 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32312] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32312/stat : 32312 (java) S 32306 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1002579710 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32313] ppid=32306 vsize=864384 CPUtime=0.13
/proc/32307/task/32313/stat : 32313 (java) S 32306 32293 31928 0 -1 64 372 0 0 0 13 0 0 0 16 0 9 0 1002579710 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=32307/tid=32314] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32314/stat : 32314 (java) S 32306 32293 31928 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1002579710 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32307/tid=32315] ppid=32306 vsize=864384 CPUtime=0
/proc/32307/task/32315/stat : 32315 (java) S 32306 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1002579710 885129216 40494 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 409.19
Current children cumulated vsize (KiB) 883340

[startup+415.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=829432/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=414.65
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1033 68363 0 2 3 0 41319 143 16 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32316] ppid=32293 vsize=5356 CPUtime=0
/proc/32316/stat : 32316 (sh) S 32293 32293 31928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002621164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32316/statm: 1339 232 193 169 0 50 0
[pid=32317] ppid=32316 vsize=43788 CPUtime=0.91
/proc/32317/stat : 32317 (minisat) R 32316 32293 31928 0 -1 4194304 10742 0 0 0 81 10 0 0 25 0 1 0 1002621165 44838912 10728 996147200 134512640 135127466 4294956256 18446744073709551615 134514155 0 0 4096 3 0 0 0 17 1 0 0
/proc/32317/statm: 10947 10728 62 150 0 10794 0
Current children cumulated CPU time (s) 415.56
Current children cumulated vsize (KiB) 62744

[startup+422.302 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=706872/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=414.65
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1033 68363 0 2 3 0 41319 143 15 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32316] ppid=32293 vsize=5356 CPUtime=0
/proc/32316/stat : 32316 (sh) S 32293 32293 31928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002621164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32316/statm: 1339 232 193 169 0 50 0
[pid=32317] ppid=32316 vsize=158668 CPUtime=7.25
/proc/32317/stat : 32317 (minisat) R 32316 32293 31928 0 -1 4194304 39092 0 0 0 686 39 0 0 25 0 1 0 1002621165 162476032 39078 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32317/statm: 39667 39078 73 150 0 39514 0
Current children cumulated CPU time (s) 421.9
Current children cumulated vsize (KiB) 177624

[startup+423.902 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=706040/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=414.66
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1033 68363 0 2 3 1 41319 143 16 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32316] ppid=32293 vsize=5356 CPUtime=0
/proc/32316/stat : 32316 (sh) S 32293 32293 31928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002621164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32316/statm: 1339 232 193 169 0 50 0
[pid=32317] ppid=32316 vsize=159704 CPUtime=8.83
/proc/32317/stat : 32317 (minisat) R 32316 32293 31928 0 -1 4194304 39339 0 0 0 844 39 0 0 25 0 1 0 1002621165 163536896 39325 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32317/statm: 39926 39325 73 150 0 39773 0
Current children cumulated CPU time (s) 423.49
Current children cumulated vsize (KiB) 178660

[startup+424.702 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=705592/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=414.66
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1033 68363 0 2 3 1 41319 143 16 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32316] ppid=32293 vsize=5356 CPUtime=0
/proc/32316/stat : 32316 (sh) S 32293 32293 31928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002621164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32316/statm: 1339 232 193 169 0 50 0
[pid=32317] ppid=32316 vsize=159980 CPUtime=9.62
/proc/32317/stat : 32317 (minisat) R 32316 32293 31928 0 -1 4194304 39406 0 0 0 923 39 0 0 25 0 1 0 1002621165 163819520 39392 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32317/statm: 39995 39392 73 150 0 39842 0
Current children cumulated CPU time (s) 424.28
Current children cumulated vsize (KiB) 178936

[startup+425.102 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=705592/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=414.66
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1033 68363 0 2 3 1 41319 143 16 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32316] ppid=32293 vsize=5356 CPUtime=0
/proc/32316/stat : 32316 (sh) S 32293 32293 31928 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1002621164 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/32316/statm: 1339 232 193 169 0 50 0
[pid=32317] ppid=32316 vsize=159980 CPUtime=10.02
/proc/32317/stat : 32317 (minisat) R 32316 32293 31928 0 -1 4194304 39439 0 0 0 963 39 0 0 25 0 1 0 1002621165 163819520 39425 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/32317/statm: 39995 39425 73 150 0 39842 0
Current children cumulated CPU time (s) 424.68
Current children cumulated vsize (KiB) 178936

[startup+425.502 s]
/proc/loadavg: 2.00 1.99 1.99 3/84 32317
/proc/meminfo: memFree=705592/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=425.02
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1072 108141 0 2 3 1 42312 186 17 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 425.02
Current children cumulated vsize (KiB) 13600

[startup+425.602 s]
/proc/loadavg: 2.00 1.99 1.99 2/92 32327
/proc/meminfo: memFree=858040/2055920 swapFree=4180884/4192956
[pid=32293] ppid=32291 vsize=13600 CPUtime=425.02
/proc/32293/stat : 32293 (sugar) S 32291 32293 31928 0 -1 4194304 1092 108141 0 2 3 1 42312 186 15 0 1 0 1002579668 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/32293/statm: 3400 799 370 3 0 500 0
[pid=32318] ppid=32293 vsize=5356 CPUtime=0
/proc/32318/stat : 32318 (sh) S 32293 32293 31928 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1002622211 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/32318/statm: 1339 233 193 169 0 50 0
[pid=32319] ppid=32318 vsize=863748 CPUtime=0.14
/proc/32319/stat : 32319 (java) S 32318 32293 31928 0 -1 0 3419 0 1 0 12 2 0 0 18 0 9 0 1002622211 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/32319/statm: 215937 2889 1679 9 0 210512 0
[pid=32319/tid=32320] ppid=32318 vsize=863748 CPUtime=0.11
/proc/32319/task/32320/stat : 32320 (java) S 32318 32293 31928 0 -1 64 2493 0 1 0 10 1 0 0 18 0 9 0 1002622212 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32321] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32321/stat : 32321 (java) S 32318 32293 31928 0 -1 64 4 0 0 0 0 0 0 0 19 0 9 0 1002622214 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32322] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32322/stat : 32322 (java) S 32318 32293 31928 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1002622214 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32323] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32323/stat : 32323 (java) S 32318 32293 31928 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1002622214 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32324] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32324/stat : 32324 (java) S 32318 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1002622216 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32325] ppid=32318 vsize=863748 CPUtime=0.02
/proc/32319/task/32325/stat : 32325 (java) S 32318 32293 31928 0 -1 64 231 0 0 0 2 0 0 0 19 0 9 0 1002622216 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32326] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32326/stat : 32326 (java) S 32318 32293 31928 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1002622216 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=32319/tid=32327] ppid=32318 vsize=863748 CPUtime=0
/proc/32319/task/32327/stat : 32327 (java) S 32318 32293 31928 0 -1 64 0 0 0 0 0 0 0 0 17 0 9 0 1002622216 884477952 2889 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 425.16
Current children cumulated vsize (KiB) 882704

Child status: 0
Real time (s): 425.707
CPU time (s): 425.284
CPU user time (s): 423.294
CPU system time (s): 1.9907
CPU usage (%): 99.9008
Max. virtual memory (cumulated for all children) (KiB): 896152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 423.294
system time used= 1.9907
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 113001
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= 18880
involuntary context switches= 13168

runsolver used 0.492925 second user time and 1.47778 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-04 16:29:10
IDJOB=1075775
IDBENCH=56543
IDSOLVER=346
FILE ID=node2/1075775-1215181750
PBS_JOBID= 7881616
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/ogdVg/normalized-crossword-m1c-ogd-vg16-20_ext.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-1075775-1215181750/watcher-1075775-1215181750 -o /tmp/evaluation-result-1075775-1215181750/solver-1075775-1215181750 -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-1075775-1215181750.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1df82e8a2f01b53d84359bad2ff636b0
RANDOM SEED=1764133477

node2.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.236
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.236
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:       1013296 kB
Buffers:         62376 kB
Cached:         143536 kB
SwapCached:       5908 kB
Active:         890520 kB
Inactive:        88204 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1013296 kB
SwapTotal:     4192956 kB
SwapFree:      4180884 kB
Dirty:            1896 kB
Writeback:           0 kB
Mapped:         788944 kB
Slab:            47416 kB
Committed_AS:  2344748 kB
PageTables:       3520 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-04 16:36:16