Trace number 1083478

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 956.216 957.475

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-25.xml
MD5SUM38af2b06f564c2fa6a4a17a02adff205
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark956.216
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1518
Number of constraints which are defined in extension0
Number of constraints which are defined in intension12940
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 Sat Jul  5 05:26:33 2008
0.00/0.05	c 0	PID 4655
0.04/0.05	c 0	HOST node73.alineos.net
0.04/0.05	c 0	CONVERTING HOME/instance-1083478-1215228393.xml TO HOME/temp.csp
0.04/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1083478-1215228393.xml' 'HOME/temp.csp'
1.05/1.12	c 1	97 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.05/1.16	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.16	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'
1.08/1.24	c 1	Parsing HOME/temp.csp
1.08/1.57	c 2	parsed 10000 expressions
1.08/1.68	c 2	parsed 13841 expressions
1.08/1.68	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.08/1.68	c 2	Converting to clausal form CSP
1.08/1.88	c 2	converted 1385 (10%) expressions
1.08/1.96	c 2	converted 2769 (20%) expressions
1.08/2.01	c 2	converted 4153 (30%) expressions
1.08/2.07	c 2	converted 5537 (40%) expressions
2.00/2.18	c 2	converted 6921 (50%) expressions
2.09/2.23	c 2	converted 8305 (60%) expressions
2.09/2.28	c 2	converted 9689 (70%) expressions
2.18/2.34	c 3	converted 11073 (80%) expressions
2.18/2.39	c 3	converted 12457 (90%) expressions
2.28/2.44	c 3	converted 13841 (100%) expressions
2.28/2.44	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1518
2.28/2.44	c 3	Heap : 11 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.28/2.44	c 3	Propagation in CSP
3.07/3.26	c 3	746852 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.07/3.26	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 745
3.07/3.26	c 3	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.07/3.27	c 3	Simplifing CSP by introducing new Boolean variables
3.36/3.52	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 745
3.36/3.52	c 4	Heap : 20 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.46/3.63	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.55/3.73	c 4	80 (10%) CSP integer variables are encoded (51600 clauses, 751886 bytes)
3.55/3.77	c 4	160 (20%) CSP integer variables are encoded (85480 clauses, 1260086 bytes)
3.65/3.82	c 4	240 (30%) CSP integer variables are encoded (127840 clauses, 1951553 bytes)
3.65/3.89	c 4	320 (40%) CSP integer variables are encoded (185360 clauses, 2929393 bytes)
3.74/3.94	c 4	400 (50%) CSP integer variables are encoded (220000 clauses, 3518273 bytes)
3.74/3.99	c 4	480 (60%) CSP integer variables are encoded (262280 clauses, 4237033 bytes)
3.85/4.05	c 4	560 (70%) CSP integer variables are encoded (301120 clauses, 4897313 bytes)
3.85/4.08	c 4	640 (80%) CSP integer variables are encoded (330120 clauses, 5390313 bytes)
3.95/4.16	c 4	720 (90%) CSP integer variables are encoded (382440 clauses, 6279753 bytes)
4.05/4.21	c 4	800 (100%) CSP integer variables are encoded (427440 clauses, 7044753 bytes)
5.51/5.94	c 6	3654 (10%) CSP clauses are encoded (1189950 clauses, 24472615 bytes)
6.79/7.25	c 7	7308 (20%) CSP clauses are encoded (1855528 clauses, 39978281 bytes)
7.76/8.25	c 8	10962 (30%) CSP clauses are encoded (2355928 clauses, 51638589 bytes)
8.63/9.19	c 9	14616 (40%) CSP clauses are encoded (2832873 clauses, 62764538 bytes)
9.90/10.48	c 11	18270 (50%) CSP clauses are encoded (3463616 clauses, 78028946 bytes)
11.47/12.06	c 12	21924 (60%) CSP clauses are encoded (4246499 clauses, 97081810 bytes)
12.72/13.32	c 14	25578 (70%) CSP clauses are encoded (4874615 clauses, 112332335 bytes)
13.61/14.29	c 14	29232 (80%) CSP clauses are encoded (5356895 clauses, 123978848 bytes)
14.95/15.65	c 16	32886 (90%) CSP clauses are encoded (6042143 clauses, 140423055 bytes)
16.32/17.04	c 17	36540 (100%) CSP clauses are encoded (6783395 clauses, 157445056 bytes)
16.32/17.04	c 17	36540 CSP clauses encoded
16.32/17.04	c 17	Writing map file : HOME/temp.map
16.32/17.07	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.32/17.07	c 17	SAT : 451840 SAT variables, 6783395 SAT clauses, 157445056 bytes
16.32/17.07	c 17	Heap : 14 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
16.40/17.12	c 17	SOLVING HOME/temp.cnf
16.40/17.12	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.40/17.13	c 17	This is MiniSat 2.0 beta
16.40/17.13	c 17	WARNING: for repeatability, setting FPU to use double precision
16.40/17.13	c 17	============================[ Problem Statistics ]=============================
16.40/17.13	c 17	|                                                                             |
16.40/17.13	c 17	|  Number of variables:  451840                                               |
16.40/17.13	c 17	|  Number of clauses:    6783395                                              |
20.06/20.80	c 21	|  Parsing time:         3.19         s                                       |
20.16/20.99	c 21	============================[ Search Statistics ]==============================
20.16/20.99	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.16/20.99	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.16/21.00	c 21	===============================================================================
20.16/21.00	c 21	|         0 |  445684  6777239 19264954 |  2259079        0    nan |  0.000 % |
24.25/25.06	c 25	|       100 |  445683  6777239 19264954 |  2484987       99     20 |  1.371 % |
28.25/29.03	c 29	|       251 |  445683  6777239 19264954 |  2733486      250     16 |  1.371 % |
35.35/36.16	c 36	|       478 |  445683  6777239 19264954 |  3006835      477     13 |  1.371 % |
46.94/47.76	c 48	|       815 |  445591  6775948 19261399 |  3307518      811     13 |  1.385 % |
60.53/61.33	c 62	|      1321 |  445591  6775948 19261399 |  3638270     1317     12 |  1.385 % |
86.83/87.79	c 88	|      2081 |  445584  6775805 19260995 |  4002097     2074     12 |  1.404 % |
127.10/128.03	c 128	|      3220 |  445478  6774043 19256069 |  4402307     3212     14 |  1.408 % |
182.57/183.54	c 184	|      4928 |  445414  6773172 19253671 |  4842537     4918     14 |  1.422 % |
271.34/272.33	c 273	|      7490 |  445389  6772749 19252490 |  5326791     7478     15 |  1.428 % |
404.69/405.77	c 406	|     11334 |  445328  6771734 19249639 |  5859470    11316     15 |  1.441 % |
597.32/598.41	c 599	|     17100 |  445270  6770754 19246903 |  6445417    17078     16 |  1.454 % |
903.79/905.05	c 905	|     25749 |  439284  6666314 18948795 |  7089959    14494     16 |  2.779 % |
955.85/957.12	c 957	===============================================================================
955.85/957.12	c 957	restarts              : 13
955.85/957.12	c 957	conflicts             : 27177          (29 /sec)
955.85/957.12	c 957	decisions             : 38032          (1.57 % random) (41 /sec)
955.85/957.12	c 957	propagations          : 1101730096     (1173456 /sec)
955.85/957.12	c 957	conflict literals     : 451063         (39.10 % deleted)
955.85/957.12	c 957	Memory used           : 316.64 MB
955.85/957.12	c 957	CPU time              : 938.876 s
955.85/957.12	c 957	
955.85/957.12	c 957	UNSATISFIABLE
955.85/957.17	c 957	DECODING HOME/temp.out WITH HOME/temp.map
955.85/957.17	c 957	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
955.93/957.25	c 957	Decoding HOME/temp.out
955.93/957.34	s UNSATISFIABLE
955.93/957.35	c 958	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
955.93/957.40	c 958	CPU 954.19 (0.03 0.01 954.16 1.91)
955.93/957.40	c 958	END Sat Jul  5 05:42:31 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-1083478-1215228393/watcher-1083478-1215228393 -o /tmp/evaluation-result-1083478-1215228393/solver-1083478-1215228393 -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-1083478-1215228393.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.85 1.97 1.99 4/93 4655
/proc/meminfo: memFree=1598624/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=12268 CPUtime=0
/proc/4655/stat : 4655 (sugar) R 4653 4655 4618 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 134850347 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 210723633765 0 0 4224 0 0 0 0 17 1 0 0
/proc/4655/statm: 3067 316 241 3 0 167 0

[startup+0.0520151 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 4655
/proc/meminfo: memFree=1598624/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=0.04
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 837 0 0 0 3 1 0 0 18 0 1 0 134850347 13926400 792 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 792 367 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.100841 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 4655
/proc/meminfo: memFree=1598624/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=0.04
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 134850347 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301754 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 4655
/proc/meminfo: memFree=1598624/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=0.04
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 134850347 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701803 s]
/proc/loadavg: 1.85 1.97 1.99 4/93 4655
/proc/meminfo: memFree=1598624/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=0.04
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 134850347 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.5019 s]
/proc/loadavg: 1.85 1.97 1.99 3/104 4667
/proc/meminfo: memFree=1571264/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=1.08
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 973 10471 0 1 3 1 97 7 16 0 1 0 134850347 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.08
Current children cumulated vsize (KiB) 13600

[startup+3.10254 s]
/proc/loadavg: 1.86 1.97 1.99 5/104 4677
/proc/meminfo: memFree=1577600/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=1.08
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 974 10471 0 1 3 1 97 7 15 0 1 0 134850347 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 797 370 3 0 500 0
[pid=4668] ppid=4655 vsize=5356 CPUtime=0
/proc/4668/stat : 4668 (sh) S 4655 4655 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134850463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4668/statm: 1339 233 193 169 0 50 0
[pid=4669] ppid=4668 vsize=868356 CPUtime=1.89
/proc/4669/stat : 4669 (java) S 4668 4655 4618 0 -1 0 9804 0 1 0 183 6 0 0 18 0 9 0 134850463 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4669/statm: 217089 8855 2540 9 0 211664 0
[pid=4669/tid=4670] ppid=4668 vsize=868356 CPUtime=1.32
/proc/4669/task/4670/stat : 4670 (java) R 4668 4655 4618 0 -1 64 2820 0 1 0 131 1 0 0 25 0 9 0 134850464 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4671] ppid=4668 vsize=868356 CPUtime=0.35
/proc/4669/task/4671/stat : 4671 (java) S 4668 4655 4618 0 -1 64 4838 0 0 0 32 3 0 0 15 0 9 0 134850465 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4672] ppid=4668 vsize=868356 CPUtime=0
/proc/4669/task/4672/stat : 4672 (java) S 4668 4655 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134850465 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4673] ppid=4668 vsize=868356 CPUtime=0
/proc/4669/task/4673/stat : 4673 (java) S 4668 4655 4618 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 134850465 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4674] ppid=4668 vsize=868356 CPUtime=0
/proc/4669/task/4674/stat : 4674 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 134850467 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4675] ppid=4668 vsize=868356 CPUtime=0.19
/proc/4669/task/4675/stat : 4675 (java) S 4668 4655 4618 0 -1 64 1449 0 0 0 19 0 0 0 16 0 9 0 134850467 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4676] ppid=4668 vsize=868356 CPUtime=0
/proc/4669/task/4676/stat : 4676 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 134850468 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4677] ppid=4668 vsize=868356 CPUtime=0
/proc/4669/task/4677/stat : 4677 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134850468 889196544 8855 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.97
Current children cumulated vsize (KiB) 887312

[startup+6.30246 s]
/proc/loadavg: 1.86 1.97 1.99 3/104 4677
/proc/meminfo: memFree=1544448/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=1.08
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 974 10471 0 1 3 1 97 7 16 0 1 0 134850347 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 797 370 3 0 500 0
[pid=4668] ppid=4655 vsize=5356 CPUtime=0
/proc/4668/stat : 4668 (sh) S 4655 4655 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134850463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4668/statm: 1339 233 193 169 0 50 0
[pid=4669] ppid=4668 vsize=868468 CPUtime=4.82
/proc/4669/stat : 4669 (java) S 4668 4655 4618 0 -1 0 12157 0 1 0 454 28 0 0 18 0 9 0 134850463 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4669/statm: 217117 10698 2565 9 0 211664 0
[pid=4669/tid=4670] ppid=4668 vsize=868468 CPUtime=3.78
/proc/4669/task/4670/stat : 4670 (java) R 4668 4655 4618 0 -1 64 3321 0 1 0 359 19 0 0 25 0 9 0 134850464 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4126969514 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4671] ppid=4668 vsize=868468 CPUtime=0.77
/proc/4669/task/4671/stat : 4671 (java) S 4668 4655 4618 0 -1 64 6653 0 0 0 70 7 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4672] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4672/stat : 4672 (java) S 4668 4655 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4673] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4673/stat : 4673 (java) S 4668 4655 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4674] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4674/stat : 4674 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 134850467 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4675] ppid=4668 vsize=868468 CPUtime=0.25
/proc/4669/task/4675/stat : 4675 (java) S 4668 4655 4618 0 -1 64 1486 0 0 0 25 0 0 0 16 0 9 0 134850467 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4676] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4676/stat : 4676 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 134850468 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4677] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4677/stat : 4677 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134850468 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.9
Current children cumulated vsize (KiB) 887424

[startup+12.7022 s]
/proc/loadavg: 1.96 1.99 1.99 3/104 4677
/proc/meminfo: memFree=1466440/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=1.08
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 974 10471 0 1 3 1 97 7 16 0 1 0 134850347 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 797 370 3 0 500 0
[pid=4668] ppid=4655 vsize=5356 CPUtime=0
/proc/4668/stat : 4668 (sh) S 4655 4655 4618 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 134850463 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/4668/statm: 1339 233 193 169 0 50 0
[pid=4669] ppid=4668 vsize=868468 CPUtime=11.05
/proc/4669/stat : 4669 (java) S 4668 4655 4618 0 -1 0 12972 0 1 0 1025 80 0 0 18 0 9 0 134850463 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/4669/statm: 217117 10698 2565 9 0 211664 0
[pid=4669/tid=4670] ppid=4668 vsize=868468 CPUtime=9.73
/proc/4669/task/4670/stat : 4670 (java) R 4668 4655 4618 0 -1 64 4136 0 1 0 906 67 0 0 25 0 9 0 134850464 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4126476195 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4671] ppid=4668 vsize=868468 CPUtime=1.04
/proc/4669/task/4671/stat : 4671 (java) S 4668 4655 4618 0 -1 64 6653 0 0 0 93 11 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4672] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4672/stat : 4672 (java) S 4668 4655 4618 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4673] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4673/stat : 4673 (java) S 4668 4655 4618 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 134850465 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4674] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4674/stat : 4674 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 134850467 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4675] ppid=4668 vsize=868468 CPUtime=0.25
/proc/4669/task/4675/stat : 4675 (java) S 4668 4655 4618 0 -1 64 1486 0 0 0 25 0 0 0 16 0 9 0 134850467 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4676] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4676/stat : 4676 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 134850468 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=4669/tid=4677] ppid=4668 vsize=868468 CPUtime=0
/proc/4669/task/4677/stat : 4677 (java) S 4668 4655 4618 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 134850468 889311232 10698 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.13
Current children cumulated vsize (KiB) 887424

[startup+25.5017 s]
/proc/loadavg: 2.04 2.00 2.00 3/96 4679
/proc/meminfo: memFree=1133704/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=315308 CPUtime=8.34
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 77002 0 0 0 784 50 0 0 25 0 1 0 134852060 322875392 76988 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 78827 76988 75 150 0 78674 0
Current children cumulated CPU time (s) 24.75
Current children cumulated vsize (KiB) 334264

[startup+51.1017 s]
/proc/loadavg: 2.03 2.00 2.00 3/96 4679
/proc/meminfo: memFree=1128584/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=320060 CPUtime=33.93
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 78205 0 0 0 3342 51 0 0 25 0 1 0 134852060 327741440 78191 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 80015 78191 75 150 0 79862 0
Current children cumulated CPU time (s) 50.34
Current children cumulated vsize (KiB) 339016

[startup+102.307 s]
/proc/loadavg: 2.01 2.00 2.00 3/96 4679
/proc/meminfo: memFree=1126472/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=322648 CPUtime=85.01
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 78747 0 0 0 8449 52 0 0 25 0 1 0 134852060 330391552 78733 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 80662 78733 75 150 0 80509 0

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


[startup+702.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 4679
/proc/meminfo: memFree=1124424/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324104 CPUtime=684.76
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79119 0 0 0 68423 53 0 0 25 0 1 0 134852060 331882496 79105 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81026 79105 75 150 0 80873 0
Current children cumulated CPU time (s) 701.17
Current children cumulated vsize (KiB) 343060

[startup+762.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/96 4679
/proc/meminfo: memFree=1124360/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=744.74
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79131 0 0 0 74421 53 0 0 25 0 1 0 134852060 332017664 79117 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79117 75 150 0 80906 0
Current children cumulated CPU time (s) 761.15
Current children cumulated vsize (KiB) 343192

[startup+822.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/96 4679
/proc/meminfo: memFree=1124296/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=804.71
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79136 0 0 0 80418 53 0 0 25 0 1 0 134852060 332017664 79122 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79122 75 150 0 80906 0
Current children cumulated CPU time (s) 821.12
Current children cumulated vsize (KiB) 343192

[startup+882.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/96 4679
/proc/meminfo: memFree=1124296/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=864.69
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 86416 53 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 881.1
Current children cumulated vsize (KiB) 343192

[startup+942.301 s]
/proc/loadavg: 2.08 2.02 2.00 3/73 4896
/proc/meminfo: memFree=1280768/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=924.66
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 92410 56 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 941.07
Current children cumulated vsize (KiB) 343192

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

[startup+947.108 s]
/proc/loadavg: 2.07 2.02 2.00 4/76 4956
/proc/meminfo: memFree=1275048/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=929.46
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 92890 56 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 945.87
Current children cumulated vsize (KiB) 343192

[startup+953.502 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 5027
/proc/meminfo: memFree=1244768/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=935.85
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 93527 58 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 952.26
Current children cumulated vsize (KiB) 343192

[startup+955.102 s]
/proc/loadavg: 2.07 2.02 2.00 4/77 5027
/proc/meminfo: memFree=1244256/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=937.44
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 93685 59 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 953.85
Current children cumulated vsize (KiB) 343192

[startup+956.702 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 5027
/proc/meminfo: memFree=1245024/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=939.04
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 93845 59 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 955.45
Current children cumulated vsize (KiB) 343192

[startup+957.102 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 5027
/proc/meminfo: memFree=1245024/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=16.41
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1033 24307 0 2 3 1 1514 123 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
[pid=4678] ppid=4655 vsize=5356 CPUtime=0
/proc/4678/stat : 4678 (sh) S 4655 4655 4618 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 134852059 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 210723464004 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/4678/statm: 1339 232 193 169 0 50 0
[pid=4679] ppid=4678 vsize=324236 CPUtime=939.44
/proc/4679/stat : 4679 (minisat) R 4678 4655 4618 0 -1 4194304 79138 0 0 0 93885 59 0 0 25 0 1 0 134852060 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/4679/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 955.85
Current children cumulated vsize (KiB) 343192

[startup+957.302 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 5027
/proc/meminfo: memFree=1245024/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=955.93
/proc/4655/stat : 4655 (sugar) S 4653 4655 4618 0 -1 4194304 1090 103739 0 2 3 1 95402 187 16 0 1 0 134850347 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 210732363874 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/4655/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 955.93
Current children cumulated vsize (KiB) 13600

[startup+957.402 s]
/proc/loadavg: 2.07 2.02 2.00 3/77 5027
/proc/meminfo: memFree=1245024/2055920 swapFree=4181452/4192956
[pid=4655] ppid=4653 vsize=13600 CPUtime=956.12
/proc/4655/stat : 4655 (sugar) R 4653 4655 4618 0 -1 4194304 1119 107581 0 3 3 2 95416 191 16 0 1 0 134850347 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 210723640361 0 0 4224 16386 0 0 0 17 1 0 0
/proc/4655/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 956.12
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 957.475
CPU time (s): 956.216
CPU user time (s): 954.207
CPU system time (s): 2.00869
CPU usage (%): 99.8685
Max. virtual memory (cumulated for all children) (KiB): 887564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 954.207
system time used= 2.00869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108730
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= 15823
involuntary context switches= 19131

runsolver used 1.13383 second user time and 3.2705 second system time

The end

Launcher Data (download as text)

Begin job on node73 at 2008-07-05 05:26:33
IDJOB=1083478
IDBENCH=57479
IDSOLVER=346
FILE ID=node73/1083478-1215228393
PBS_JOBID= 7881899
Free space on /tmp= 66528 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-25.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-1083478-1215228393/watcher-1083478-1215228393 -o /tmp/evaluation-result-1083478-1215228393/solver-1083478-1215228393 -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-1083478-1215228393.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=950238079

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

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

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1599104 kB
Buffers:         56756 kB
Cached:         198452 kB
SwapCached:       5300 kB
Active:         316840 kB
Inactive:        77792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1599104 kB
SwapTotal:     4192956 kB
SwapFree:      4181452 kB
Dirty:            3164 kB
Writeback:           0 kB
Mapped:         156460 kB
Slab:            46968 kB
Committed_AS:  1042044 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66524 MiB
End job on node73 at 2008-07-05 05:42:31