Trace number 2081741

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 1033.95 1043.38

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 benchmark1033.95
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

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:48:24 2009
0.00/0.08	c 0	PID 23030
0.06/0.08	c 0	HOST node66.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2081741-1247374104.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081741-1247374104.xml' 'HOME/temp.csp'
1.05/1.16	c 1	97 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.05/1.20	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.05/1.20	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
1.11/1.28	c 2	Parsing HOME/temp.csp
1.11/1.44	c 2	parsed 10000 expressions
1.11/1.48	c 2	parsed 13841 expressions
1.11/1.49	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.11/1.49	c 2	Converting to clausal form CSP
1.11/1.76	c 2	converted 1385 (10%) expressions
1.11/1.84	c 2	converted 2769 (20%) expressions
1.11/1.89	c 2	converted 4153 (30%) expressions
1.11/1.99	c 2	converted 5537 (40%) expressions
1.11/2.04	c 2	converted 6921 (50%) expressions
1.11/2.09	c 2	converted 8305 (60%) expressions
1.99/2.15	c 2	converted 9689 (70%) expressions
1.99/2.20	c 2	converted 11073 (80%) expressions
2.19/2.32	c 3	converted 12457 (90%) expressions
2.19/2.38	c 3	converted 13841 (100%) expressions
2.19/2.38	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1479
2.19/2.38	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.19/2.38	c 3	Propagation in CSP
2.88/3.05	c 3	332472 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.88/3.06	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 745
2.88/3.06	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.88/3.06	c 3	Simplifing CSP by introducing new Boolean variables
3.18/3.31	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 745
3.18/3.31	c 4	Heap : 20 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.43	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.36/3.53	c 4	80 (10%) CSP integer variables are encoded (51600 clauses, 751886 bytes)
3.36/3.58	c 4	160 (20%) CSP integer variables are encoded (85480 clauses, 1260086 bytes)
3.47/3.63	c 4	240 (30%) CSP integer variables are encoded (127840 clauses, 1951553 bytes)
3.56/3.70	c 4	320 (40%) CSP integer variables are encoded (185360 clauses, 2929393 bytes)
3.56/3.75	c 4	400 (50%) CSP integer variables are encoded (220000 clauses, 3518273 bytes)
3.66/3.81	c 4	480 (60%) CSP integer variables are encoded (262280 clauses, 4237033 bytes)
3.66/3.86	c 4	560 (70%) CSP integer variables are encoded (301120 clauses, 4897313 bytes)
3.66/3.89	c 4	640 (80%) CSP integer variables are encoded (330120 clauses, 5390313 bytes)
3.76/3.97	c 4	720 (90%) CSP integer variables are encoded (382440 clauses, 6279753 bytes)
3.86/4.03	c 4	800 (100%) CSP integer variables are encoded (427440 clauses, 7044753 bytes)
5.34/5.57	c 6	3654 (10%) CSP clauses are encoded (1189950 clauses, 24472615 bytes)
6.62/6.88	c 7	7308 (20%) CSP clauses are encoded (1855528 clauses, 39978281 bytes)
7.61/7.88	c 8	10962 (30%) CSP clauses are encoded (2355928 clauses, 51638589 bytes)
8.60/8.82	c 9	14616 (40%) CSP clauses are encoded (2832873 clauses, 62764538 bytes)
9.86/10.11	c 10	18270 (50%) CSP clauses are encoded (3463616 clauses, 78028946 bytes)
11.36/11.65	c 12	21924 (60%) CSP clauses are encoded (4246499 clauses, 97081810 bytes)
12.54/12.89	c 13	25578 (70%) CSP clauses are encoded (4874615 clauses, 112332335 bytes)
13.53/13.86	c 14	29232 (80%) CSP clauses are encoded (5356895 clauses, 123978848 bytes)
14.90/15.22	c 15	32886 (90%) CSP clauses are encoded (6042143 clauses, 140423055 bytes)
16.28/16.62	c 17	36540 (100%) CSP clauses are encoded (6783395 clauses, 157445056 bytes)
16.28/16.62	c 17	36540 CSP clauses encoded
16.28/16.62	c 17	Writing map file : HOME/temp.map
16.28/16.65	c 17	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.28/16.65	c 17	SAT : 451840 SAT variables, 6783395 SAT clauses, 157445056 bytes
16.28/16.65	c 17	Heap : 12 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
16.28/16.69	c 17	SOLVING HOME/temp.cnf
16.28/16.69	c 17	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
16.28/16.69	c 17	This is MiniSat 2.0 beta
16.28/16.69	c 17	WARNING: for repeatability, setting FPU to use double precision
16.28/16.69	c 17	============================[ Problem Statistics ]=============================
16.28/16.69	c 17	|                                                                             |
16.28/16.69	c 17	|  Number of variables:  451840                                               |
16.28/16.69	c 17	|  Number of clauses:    6783395                                              |
20.41/20.80	c 21	|  Parsing time:         3.52         s                                       |
20.60/21.01	c 21	============================[ Search Statistics ]==============================
20.60/21.01	c 21	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
20.60/21.01	c 21	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
20.60/21.01	c 21	===============================================================================
20.60/21.01	c 21	|         0 |  445684  6777239 19264954 |  2259079        0    nan |  0.000 % |
25.06/25.53	c 26	|       100 |  445683  6777239 19264954 |  2484987       99     20 |  1.371 % |
29.32/29.87	c 30	|       251 |  445683  6777239 19264954 |  2733486      250     16 |  1.371 % |
37.04/37.68	c 38	|       478 |  445683  6777239 19264954 |  3006835      477     13 |  1.371 % |
49.82/50.53	c 51	|       815 |  445591  6775948 19261399 |  3307518      811     13 |  1.385 % |
64.68/65.55	c 66	|      1321 |  445591  6775948 19261399 |  3638270     1317     12 |  1.385 % |
93.49/94.75	c 95	|      2081 |  445584  6775805 19260995 |  4002097     2074     12 |  1.404 % |
137.48/139.10	c 139	|      3220 |  445478  6774043 19256069 |  4402307     3212     14 |  1.408 % |
198.01/200.30	c 201	|      4928 |  445414  6773172 19253671 |  4842537     4918     14 |  1.422 % |
294.99/298.13	c 298	|      7490 |  445389  6772749 19252490 |  5326791     7478     15 |  1.428 % |
441.01/445.55	c 446	|     11334 |  445328  6771734 19249639 |  5859470    11316     15 |  1.441 % |
651.32/657.82	c 658	|     17100 |  445270  6770754 19246903 |  6445417    17078     16 |  1.454 % |
982.32/991.74	c 992	|     25749 |  439284  6666314 18948795 |  7089959    14494     16 |  2.779 % |
1033.49/1042.98	c 1043	===============================================================================
1033.49/1042.98	c 1043	restarts              : 13
1033.49/1042.98	c 1043	conflicts             : 27177          (27 /sec)
1033.49/1042.98	c 1043	decisions             : 38032          (1.57 % random) (37 /sec)
1033.49/1042.98	c 1043	propagations          : 1101730096     (1083748 /sec)
1033.49/1042.98	c 1043	conflict literals     : 451063         (39.10 % deleted)
1033.49/1042.98	c 1043	Memory used           : 316.64 MB
1033.49/1042.98	c 1043	CPU time              : 1016.59 s
1033.49/1042.98	c 1043	
1033.49/1042.98	c 1043	UNSATISFIABLE
1033.59/1043.03	c 1043	DECODING HOME/temp.out WITH HOME/temp.map
1033.59/1043.03	c 1043	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
1033.63/1043.11	c 1043	Decoding HOME/temp.out
1033.63/1043.24	s UNSATISFIABLE
1033.63/1043.25	c 1043	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1033.86/1043.30	c 1044	CPU 1033.86 (0.06 0.02 1031.74 2.04)
1033.86/1043.30	c 1044	END Sun Jul 12 07:05:48 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

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

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


[startup+0 s]
/proc/loadavg: 2.08 2.00 2.00 4/74 23030
/proc/meminfo: memFree=1243200/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=18576 CPUtime=0
/proc/23030/stat : 23030 (runsolver) R 23028 23030 18191 0 -1 4194368 15 0 0 0 0 0 0 0 19 0 1 0 24473248 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 227605020146 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23030/statm: 4644 284 249 26 0 2626 0

[startup+0.083142 s]
/proc/loadavg: 2.08 2.00 2.00 4/74 23030
/proc/meminfo: memFree=1243200/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16740 CPUtime=0.06
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 24473248 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101384 s]
/proc/loadavg: 2.08 2.00 2.00 4/74 23030
/proc/meminfo: memFree=1243200/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=0.06
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.302398 s]
/proc/loadavg: 2.08 2.00 2.00 4/74 23030
/proc/meminfo: memFree=1243200/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=0.06
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701445 s]
/proc/loadavg: 2.08 2.00 2.00 4/74 23030
/proc/meminfo: memFree=1243200/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=0.06
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50154 s]
/proc/loadavg: 2.08 2.00 2.00 3/85 23042
/proc/meminfo: memFree=1214688/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1.11
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1309 10553 0 1 5 1 99 6 15 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.11
Current children cumulated vsize (KiB) 16868

[startup+3.10373 s]
/proc/loadavg: 2.16 2.02 2.01 3/85 23052
/proc/meminfo: memFree=1218848/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1.11
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1310 10553 0 1 5 1 99 6 16 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
[pid=23043] ppid=23030 vsize=5356 CPUtime=0
/proc/23043/stat : 23043 (sh) S 23030 23030 18191 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24473368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23043/statm: 1339 233 193 169 0 50 0
[pid=23044] ppid=23043 vsize=868564 CPUtime=1.87
/proc/23044/stat : 23044 (java) S 23043 23030 18191 0 -1 0 10177 0 1 0 181 6 0 0 18 0 9 0 24473368 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23044/statm: 217141 9171 2566 9 0 211646 0
[pid=23044/tid=23045] ppid=23043 vsize=868564 CPUtime=1.29
/proc/23044/task/23045/stat : 23045 (java) R 23043 23030 18191 0 -1 64 2886 0 1 0 127 2 0 0 25 0 9 0 24473369 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23046] ppid=23043 vsize=868564 CPUtime=0.38
/proc/23044/task/23046/stat : 23046 (java) R 23043 23030 18191 0 -1 64 5111 0 0 0 35 3 0 0 15 0 9 0 24473371 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 102549400 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23047] ppid=23043 vsize=868564 CPUtime=0
/proc/23044/task/23047/stat : 23047 (java) S 23043 23030 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24473371 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23048] ppid=23043 vsize=868564 CPUtime=0
/proc/23044/task/23048/stat : 23048 (java) S 23043 23030 18191 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24473371 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23049] ppid=23043 vsize=868564 CPUtime=0
/proc/23044/task/23049/stat : 23049 (java) S 23043 23030 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473373 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23050] ppid=23043 vsize=868564 CPUtime=0.18
/proc/23044/task/23050/stat : 23050 (java) S 23043 23030 18191 0 -1 64 1482 0 0 0 18 0 0 0 16 0 9 0 24473373 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23051] ppid=23043 vsize=868564 CPUtime=0
/proc/23044/task/23051/stat : 23051 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24473373 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23052] ppid=23043 vsize=868564 CPUtime=0
/proc/23044/task/23052/stat : 23052 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24473373 889409536 9171 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 890788

[startup+6.30211 s]
/proc/loadavg: 2.16 2.02 2.01 3/85 23052
/proc/meminfo: memFree=1184672/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1.11
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1310 10553 0 1 5 1 99 6 16 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
[pid=23043] ppid=23030 vsize=5356 CPUtime=0
/proc/23043/stat : 23043 (sh) S 23030 23030 18191 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24473368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23043/statm: 1339 233 193 169 0 50 0
[pid=23044] ppid=23043 vsize=868676 CPUtime=5.03
/proc/23044/stat : 23044 (java) S 23043 23030 18191 0 -1 0 12129 0 1 0 471 32 0 0 18 0 9 0 24473368 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23044/statm: 217169 10576 2590 9 0 211646 0
[pid=23044/tid=23045] ppid=23043 vsize=868676 CPUtime=3.95
/proc/23044/task/23045/stat : 23045 (java) R 23043 23030 18191 0 -1 64 3418 0 1 0 372 23 0 0 25 0 9 0 24473369 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4126814644 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23046] ppid=23043 vsize=868676 CPUtime=0.8
/proc/23044/task/23046/stat : 23046 (java) S 23043 23030 18191 0 -1 64 6491 0 0 0 74 6 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23047] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23047/stat : 23047 (java) S 23043 23030 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23048] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23048/stat : 23048 (java) S 23043 23030 18191 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23049] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23049/stat : 23049 (java) S 23043 23030 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23050] ppid=23043 vsize=868676 CPUtime=0.23
/proc/23044/task/23050/stat : 23050 (java) S 23043 23030 18191 0 -1 64 1522 0 0 0 23 0 0 0 16 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23051] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23051/stat : 23051 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23052] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23052/stat : 23052 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 890900

[startup+12.7019 s]
/proc/loadavg: 2.14 2.02 2.00 3/85 23052
/proc/meminfo: memFree=1106016/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1.12
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1310 10553 0 1 6 1 99 6 16 0 1 0 24473248 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1111 409 3 0 796 0
[pid=23043] ppid=23030 vsize=5356 CPUtime=0
/proc/23043/stat : 23043 (sh) S 23030 23030 18191 0 -1 4194304 278 0 0 0 0 0 0 0 17 0 1 0 24473368 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23043/statm: 1339 233 193 169 0 50 0
[pid=23044] ppid=23043 vsize=868676 CPUtime=11.31
/proc/23044/stat : 23044 (java) S 23043 23030 18191 0 -1 0 12973 0 1 0 1040 91 0 0 18 0 9 0 24473368 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23044/statm: 217169 10576 2590 9 0 211646 0
[pid=23044/tid=23045] ppid=23043 vsize=868676 CPUtime=9.92
/proc/23044/task/23045/stat : 23045 (java) R 23043 23030 18191 0 -1 64 4262 0 1 0 915 77 0 0 25 0 9 0 24473369 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23046] ppid=23043 vsize=868676 CPUtime=1.14
/proc/23044/task/23046/stat : 23046 (java) S 23043 23030 18191 0 -1 64 6491 0 0 0 101 13 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23047] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23047/stat : 23047 (java) S 23043 23030 18191 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23048] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23048/stat : 23048 (java) S 23043 23030 18191 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24473371 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23049] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23049/stat : 23049 (java) S 23043 23030 18191 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23050] ppid=23043 vsize=868676 CPUtime=0.23
/proc/23044/task/23050/stat : 23050 (java) S 23043 23030 18191 0 -1 64 1522 0 0 0 23 0 0 0 16 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23051] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23051/stat : 23051 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23044/tid=23052] ppid=23043 vsize=868676 CPUtime=0
/proc/23044/task/23052/stat : 23052 (java) S 23043 23030 18191 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24473373 889524224 10576 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 890900

[startup+25.5024 s]
/proc/loadavg: 2.11 2.02 2.00 3/77 23054
/proc/meminfo: memFree=775328/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 15 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=314384 CPUtime=8.71
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 76773 0 0 0 814 57 0 0 25 0 1 0 24474917 321929216 76759 996147200 134512640 135127466 4294956256 18446744073709551615 134530969 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 78596 76759 72 150 0 78443 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 336608

[startup+51.1024 s]
/proc/loadavg: 2.07 2.01 2.00 3/77 23054
/proc/meminfo: memFree=770016/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=319928 CPUtime=34.06
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 78159 0 0 0 3347 59 0 0 25 0 1 0 24474917 327606272 78145 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 79982 78145 75 150 0 79829 0
Current children cumulated CPU time (s) 50.41
Current children cumulated vsize (KiB) 342152

[startup+102.307 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 23054
/proc/meminfo: memFree=767712/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=322516 CPUtime=84.68
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 78718 0 0 0 8408 60 0 0 25 0 1 0 24474917 330256384 78704 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 80629 78704 75 150 0 80476 0
Current children cumulated CPU time (s) 101.03

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


[startup+762.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=762648/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324104 CPUtime=738.47
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79118 0 0 0 73787 60 0 0 25 0 1 0 24474917 331882496 79104 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 81026 79104 75 150 0 80873 0
Current children cumulated CPU time (s) 754.82
Current children cumulated vsize (KiB) 346328

[startup+822.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=762464/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324104 CPUtime=797.91
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79123 0 0 0 79731 60 0 0 25 0 1 0 24474917 331882496 79109 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 81026 79109 75 150 0 80873 0
Current children cumulated CPU time (s) 814.26
Current children cumulated vsize (KiB) 346328

[startup+882.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=762208/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=857.34
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79136 0 0 0 85674 60 0 0 25 0 1 0 24474917 332017664 79122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 81059 79122 75 150 0 80906 0
Current children cumulated CPU time (s) 873.69
Current children cumulated vsize (KiB) 346460

[startup+942.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23062
/proc/meminfo: memFree=761824/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=916.78
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79137 0 0 0 91618 60 0 0 25 0 1 0 24474917 332017664 79123 996147200 134512640 135127466 4294956256 18446744073709551615 134528655 0 0 4096 3 0 0 0 17 1 0 0
/proc/23054/statm: 81059 79123 75 150 0 80906 0
Current children cumulated CPU time (s) 933.13
Current children cumulated vsize (KiB) 346460

[startup+1002.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1176960/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=976.56
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 97593 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 992.91
Current children cumulated vsize (KiB) 346460

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

[startup+1023.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1171392/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=998.15
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 99752 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 1014.5
Current children cumulated vsize (KiB) 346460

[startup+1036.7 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1167808/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=1010.94
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 101031 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 1027.29
Current children cumulated vsize (KiB) 346460

[startup+1039.9 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1166912/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=1014.14
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 101351 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 1030.49
Current children cumulated vsize (KiB) 346460

[startup+1041.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1166592/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=1015.74
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 101511 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530654 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 1032.09
Current children cumulated vsize (KiB) 346460

[startup+1042.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1166336/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=16.35
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1376 24356 0 2 6 2 1495 132 16 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
[pid=23053] ppid=23030 vsize=5356 CPUtime=0
/proc/23053/stat : 23053 (sh) S 23030 23030 18191 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24474917 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23053/statm: 1339 232 193 169 0 50 0
[pid=23054] ppid=23053 vsize=324236 CPUtime=1016.54
/proc/23054/stat : 23054 (minisat) R 23053 23030 18191 0 -1 4194304 79138 0 0 0 101591 63 0 0 25 0 1 0 24474917 332017664 79124 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23054/statm: 81059 79124 75 150 0 80906 0
Current children cumulated CPU time (s) 1032.89
Current children cumulated vsize (KiB) 346460

[startup+1043.1 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1166016/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1033.63
/proc/23030/stat : 23030 (sugar) S 23028 23030 18191 0 -1 4194304 1430 103788 0 2 6 2 103154 201 17 0 1 0 24473248 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23030/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 1033.63
Current children cumulated vsize (KiB) 16868

[startup+1043.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/75 23090
/proc/meminfo: memFree=1166016/2055920 swapFree=4192812/4192956
[pid=23030] ppid=23028 vsize=16868 CPUtime=1033.86
/proc/23030/stat : 23030 (sugar) R 23028 23030 18191 0 -1 4194304 1477 107706 0 3 6 2 103174 204 15 0 1 0 24473248 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 227607811113 0 0 4224 16386 0 0 0 17 0 0 0
/proc/23030/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 1033.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1043.38
CPU time (s): 1033.95
CPU user time (s): 1031.81
CPU system time (s): 2.14267
CPU usage (%): 99.0963
Max. virtual memory (cumulated for all children) (KiB): 891040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1031.81
system time used= 2.14267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109243
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= 19311
involuntary context switches= 39861

runsolver used 1.19582 second user time and 3.57346 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 06:48:24
IDJOB=2081741
IDBENCH=57479
IDSOLVER=739
FILE ID=node66/2081741-1247374104
PBS_JOBID= 9507045
Free space on /tmp= 66080 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/super-js/super-js-taillard-20/normalized-super-js-taillard-20-25.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081741-1247374104/watcher-2081741-1247374104 -o /tmp/evaluation-result-2081741-1247374104/solver-2081741-1247374104 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081741-1247374104.xml

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

MD5SUM BENCH= 38af2b06f564c2fa6a4a17a02adff205
RANDOM SEED=268734617

node66.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.214
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.214
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:       1243744 kB
Buffers:         68004 kB
Cached:         370120 kB
SwapCached:          0 kB
Active:         610628 kB
Inactive:       120400 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1243744 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2924 kB
Writeback:           0 kB
Mapped:         303968 kB
Slab:            65864 kB
Committed_AS:   468032 kB
PageTables:       2384 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= 66204 MiB
End job on node66 at 2009-07-12 07:05:48