Trace number 2081763

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 579.202 584.978

General information on the benchmark

Namecsp/super-js/super-js-taillard-20/
normalized-super-js-taillard-20-28.xml
MD5SUM5e35e44ffc93b7d1cb552d0f7ecb97a7
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 benchmark20.8368
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints12940
Maximum constraint arity2
Maximum domain size1551
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:52:22 2009
0.00/0.08	c 0	PID 26560
0.00/0.08	c 0	HOST node57.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081763-1247374342.xml TO HOME/temp.csp
0.00/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-2081763-1247374342.xml' 'HOME/temp.csp'
1.25/1.38	c 2	97 domains, 800 variables, 4 predicates, 0 relations, 12940 constraints
1.34/1.40	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.34/1.40	c 2	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.34/1.48	c 2	Parsing HOME/temp.csp
1.35/1.64	c 2	parsed 10000 expressions
1.35/1.68	c 2	parsed 13841 expressions
1.35/1.69	c 2	Heap : 4 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.35/1.69	c 2	Converting to clausal form CSP
1.35/1.97	c 2	converted 1385 (10%) expressions
1.35/2.05	c 2	converted 2769 (20%) expressions
2.03/2.11	c 2	converted 4153 (30%) expressions
2.13/2.21	c 2	converted 5537 (40%) expressions
2.13/2.26	c 2	converted 6921 (50%) expressions
2.22/2.31	c 2	converted 8305 (60%) expressions
2.22/2.36	c 3	converted 9689 (70%) expressions
2.32/2.41	c 3	converted 11073 (80%) expressions
2.42/2.54	c 3	converted 12457 (90%) expressions
2.42/2.59	c 3	converted 13841 (100%) expressions
2.42/2.59	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 1520
2.42/2.59	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.59	c 3	Propagation in CSP
3.11/3.30	c 3	348286 values, 0 unsatisfiable literals, and 0 valid clauses are removed
3.11/3.30	c 3	CSP : 800 integers, 0 booleans, 12940 clauses, largest domain size 781
3.11/3.30	c 3	Heap : 13 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.21/3.31	c 3	Simplifing CSP by introducing new Boolean variables
3.41/3.57	c 4	CSP : 800 integers, 23600 booleans, 36540 clauses, largest domain size 781
3.41/3.57	c 4	Heap : 19 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.50/3.70	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.70/3.80	c 4	80 (10%) CSP integer variables are encoded (53400 clauses, 778892 bytes)
3.70/3.86	c 4	160 (20%) CSP integer variables are encoded (102240 clauses, 1516287 bytes)
3.81/3.91	c 4	240 (30%) CSP integer variables are encoded (138400 clauses, 2131007 bytes)
3.81/3.97	c 4	320 (40%) CSP integer variables are encoded (177440 clauses, 2794687 bytes)
3.91/4.01	c 4	400 (50%) CSP integer variables are encoded (207760 clauses, 3310127 bytes)
3.91/4.09	c 4	480 (60%) CSP integer variables are encoded (262560 clauses, 4241727 bytes)
4.00/4.13	c 4	560 (70%) CSP integer variables are encoded (291560 clauses, 4734727 bytes)
4.10/4.21	c 4	640 (80%) CSP integer variables are encoded (344640 clauses, 5637087 bytes)
4.10/4.27	c 4	720 (90%) CSP integer variables are encoded (388360 clauses, 6380327 bytes)
4.20/4.34	c 5	800 (100%) CSP integer variables are encoded (431920 clauses, 7120847 bytes)
5.58/5.71	c 6	3654 (10%) CSP clauses are encoded (1067581 clauses, 21609358 bytes)
7.25/7.43	c 8	7308 (20%) CSP clauses are encoded (1902646 clauses, 41076429 bytes)
8.34/8.58	c 9	10962 (30%) CSP clauses are encoded (2452787 clauses, 53866859 bytes)
9.92/10.14	c 10	14616 (40%) CSP clauses are encoded (3211903 clauses, 71942608 bytes)
10.91/11.13	c 11	18270 (50%) CSP clauses are encoded (3683447 clauses, 83428735 bytes)
11.90/12.19	c 12	21924 (60%) CSP clauses are encoded (4189003 clauses, 95716488 bytes)
12.86/13.13	c 13	25578 (70%) CSP clauses are encoded (4620153 clauses, 106158552 bytes)
14.24/14.59	c 15	29232 (80%) CSP clauses are encoded (5326825 clauses, 123255919 bytes)
15.43/15.80	c 16	32886 (90%) CSP clauses are encoded (5919698 clauses, 137484286 bytes)
17.19/17.56	c 18	36540 (100%) CSP clauses are encoded (6807457 clauses, 158021500 bytes)
17.19/17.56	c 18	36540 CSP clauses encoded
17.19/17.56	c 18	Writing map file : HOME/temp.map
17.19/17.58	c 18	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.19/17.58	c 18	SAT : 456320 SAT variables, 6807457 SAT clauses, 158021500 bytes
17.19/17.58	c 18	Heap : 13 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
17.27/17.61	c 18	SOLVING HOME/temp.cnf
17.27/17.61	c 18	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
17.27/17.61	c 18	This is MiniSat 2.0 beta
17.27/17.61	c 18	WARNING: for repeatability, setting FPU to use double precision
17.27/17.61	c 18	============================[ Problem Statistics ]=============================
17.27/17.61	c 18	|                                                                             |
17.27/17.61	c 18	|  Number of variables:  456320                                               |
17.27/17.61	c 18	|  Number of clauses:    6807457                                              |
21.40/21.88	c 22	|  Parsing time:         3.61         s                                       |
21.70/22.10	c 22	============================[ Search Statistics ]==============================
21.70/22.10	c 22	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
21.70/22.10	c 22	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
21.70/22.10	c 22	===============================================================================
21.70/22.10	c 22	|         0 |  450068  6801205 19326117 |  2267068        0    nan |  0.000 % |
27.14/27.69	c 28	|       100 |  450068  6801205 19326117 |  2493775      100     20 |  1.370 % |
33.00/33.55	c 34	|       252 |  450068  6801205 19326117 |  2743152      252     16 |  1.370 % |
41.41/42.09	c 42	|       477 |  450068  6801205 19326117 |  3017467      477     15 |  1.370 % |
53.89/54.64	c 55	|       814 |  450037  6800736 19324807 |  3319214      813     14 |  1.377 % |
74.59/75.52	c 76	|      1320 |  450037  6800736 19324807 |  3651136     1318     13 |  1.382 % |
100.35/101.51	c 102	|      2079 |  449971  6799797 19322198 |  4016249     2076     13 |  1.391 % |
138.67/140.38	c 141	|      3218 |  449971  6799797 19322198 |  4417874     3214     13 |  1.393 % |
186.71/188.85	c 189	|      4926 |  449964  6799649 19321779 |  4859662     4922     14 |  1.393 % |
272.99/275.90	c 276	|      7488 |  449868  6798118 19317512 |  5345628     7479     14 |  1.418 % |
401.86/406.09	c 406	|     11332 |  449802  6796918 19314145 |  5880191    11319     14 |  1.428 % |
578.81/584.62	c 585	===============================================================================
578.81/584.62	c 585	restarts              : 11
578.81/584.62	c 585	conflicts             : 16265          (29 /sec)
578.81/584.62	c 585	decisions             : 22682          (1.59 % random) (40 /sec)
578.81/584.62	c 585	propagations          : 593045424      (1057322 /sec)
578.81/584.62	c 585	conflict literals     : 239535         (39.73 % deleted)
578.81/584.62	c 585	Memory used           : 316.21 MB
578.81/584.62	c 585	CPU time              : 560.894 s
578.81/584.62	c 585	
578.81/584.62	c 585	UNSATISFIABLE
578.81/584.68	c 585	DECODING HOME/temp.out WITH HOME/temp.map
578.81/584.68	c 585	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'
578.91/584.76	c 585	Decoding HOME/temp.out
578.91/584.85	s UNSATISFIABLE
578.91/584.86	c 585	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
578.91/584.90	c 585	CPU 579.09 (0.06 0.01 576.92 2.1)
578.91/584.90	c 585	END Sun Jul 12 07:02:07 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-2081763-1247374342/watcher-2081763-1247374342 -o /tmp/evaluation-result-2081763-1247374342/solver-2081763-1247374342 -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-2081763-1247374342.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.03 2.06 2.01 4/80 26560
/proc/meminfo: memFree=1758448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=18576 CPUtime=0
/proc/26560/stat : 26560 (runsolver) R 26558 26560 21315 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 24497438 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 218076081447 0 0 4096 24578 0 0 0 17 1 0 0
/proc/26560/statm: 4644 284 249 26 0 2626 0

[startup+0.093811 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 26560
/proc/meminfo: memFree=1758448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=0.07
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101807 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 26560
/proc/meminfo: memFree=1758448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=0.07
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301838 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 26560
/proc/meminfo: memFree=1758448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=0.07
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.702918 s]
/proc/loadavg: 2.03 2.06 2.01 4/80 26560
/proc/meminfo: memFree=1758448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=0.07
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50105 s]
/proc/loadavg: 2.03 2.06 2.01 4/91 26572
/proc/meminfo: memFree=1732888/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=1.35
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1309 10559 0 1 6 1 120 8 15 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 16868

[startup+3.10231 s]
/proc/loadavg: 2.03 2.06 2.01 3/91 26582
/proc/meminfo: memFree=1737240/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=1.35
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1310 10559 0 1 6 1 120 8 15 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
[pid=26573] ppid=26560 vsize=5356 CPUtime=0
/proc/26573/stat : 26573 (sh) S 26560 26560 21315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24497578 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26573/statm: 1339 233 193 169 0 50 0
[pid=26574] ppid=26573 vsize=868592 CPUtime=1.66
/proc/26574/stat : 26574 (java) S 26573 26560 21315 0 -1 0 9820 0 1 0 159 7 0 0 18 0 9 0 24497579 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 217148 8873 2566 9 0 211653 0
[pid=26574/tid=26575] ppid=26573 vsize=868592 CPUtime=1.12
/proc/26574/task/26575/stat : 26575 (java) R 26573 26560 21315 0 -1 64 2857 0 1 0 110 2 0 0 25 0 9 0 24497580 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4126530544 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26576] ppid=26573 vsize=868592 CPUtime=0.35
/proc/26574/task/26576/stat : 26576 (java) S 26573 26560 21315 0 -1 64 4818 0 0 0 32 3 0 0 16 0 9 0 24497581 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26573 vsize=868592 CPUtime=0
/proc/26574/task/26577/stat : 26577 (java) S 26573 26560 21315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24497581 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26573 vsize=868592 CPUtime=0
/proc/26574/task/26578/stat : 26578 (java) S 26573 26560 21315 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 24497581 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26573 vsize=868592 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26573 26560 21315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24497583 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26573 vsize=868592 CPUtime=0.17
/proc/26574/task/26580/stat : 26580 (java) S 26573 26560 21315 0 -1 64 1447 0 0 0 16 1 0 0 16 0 9 0 24497583 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26573 vsize=868592 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24497583 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26573 vsize=868592 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24497583 889438208 8873 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890816

[startup+6.30285 s]
/proc/loadavg: 2.02 2.06 2.01 3/91 26582
/proc/meminfo: memFree=1703064/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=1.35
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1310 10559 0 1 6 1 120 8 16 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
[pid=26573] ppid=26560 vsize=5356 CPUtime=0
/proc/26573/stat : 26573 (sh) S 26560 26560 21315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24497578 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26573/statm: 1339 233 193 169 0 50 0
[pid=26574] ppid=26573 vsize=868704 CPUtime=4.83
/proc/26574/stat : 26574 (java) S 26573 26560 21315 0 -1 0 12266 0 1 0 456 27 0 0 18 0 9 0 24497579 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 217176 10825 2590 9 0 211653 0
[pid=26574/tid=26575] ppid=26573 vsize=868704 CPUtime=3.76
/proc/26574/task/26575/stat : 26575 (java) R 26573 26560 21315 0 -1 64 3381 0 1 0 358 18 0 0 25 0 9 0 24497580 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 102094106 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26576] ppid=26573 vsize=868704 CPUtime=0.8
/proc/26574/task/26576/stat : 26576 (java) S 26573 26560 21315 0 -1 64 6695 0 0 0 74 6 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26577/stat : 26577 (java) S 26573 26560 21315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26578/stat : 26578 (java) S 26573 26560 21315 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26573 26560 21315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26573 vsize=868704 CPUtime=0.24
/proc/26574/task/26580/stat : 26580 (java) S 26573 26560 21315 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 890928

[startup+12.7019 s]
/proc/loadavg: 2.10 2.07 2.02 3/91 26582
/proc/meminfo: memFree=1626712/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=1.35
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1310 10559 0 1 6 1 120 8 16 0 1 0 24497438 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1111 409 3 0 796 0
[pid=26573] ppid=26560 vsize=5356 CPUtime=0
/proc/26573/stat : 26573 (sh) S 26560 26560 21315 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24497578 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26573/statm: 1339 233 193 169 0 50 0
[pid=26574] ppid=26573 vsize=868704 CPUtime=11.12
/proc/26574/stat : 26574 (java) S 26573 26560 21315 0 -1 0 13022 0 1 0 1032 80 0 0 18 0 9 0 24497579 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/26574/statm: 217176 10825 2590 9 0 211653 0
[pid=26574/tid=26575] ppid=26573 vsize=868704 CPUtime=9.73
/proc/26574/task/26575/stat : 26575 (java) R 26573 26560 21315 0 -1 64 4137 0 1 0 908 65 0 0 25 0 9 0 24497580 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26576] ppid=26573 vsize=868704 CPUtime=1.12
/proc/26574/task/26576/stat : 26576 (java) S 26573 26560 21315 0 -1 64 6695 0 0 0 100 12 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26577] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26577/stat : 26577 (java) S 26573 26560 21315 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26578] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26578/stat : 26578 (java) S 26573 26560 21315 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24497581 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26579] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26579/stat : 26579 (java) S 26573 26560 21315 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26580] ppid=26573 vsize=868704 CPUtime=0.24
/proc/26574/task/26580/stat : 26580 (java) S 26573 26560 21315 0 -1 64 1492 0 0 0 23 1 0 0 16 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26581] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26581/stat : 26581 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=26574/tid=26582] ppid=26573 vsize=868704 CPUtime=0
/proc/26574/task/26582/stat : 26582 (java) S 26573 26560 21315 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24497583 889552896 10825 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 890928

[startup+25.5021 s]
/proc/loadavg: 2.22 2.10 2.03 3/83 26584
/proc/meminfo: memFree=1288344/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 15 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=315032 CPUtime=7.79
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 76997 0 0 0 715 64 0 0 25 0 1 0 24499199 322592768 76983 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 78758 76983 72 150 0 78605 0
Current children cumulated CPU time (s) 25.06
Current children cumulated vsize (KiB) 337256

[startup+51.1024 s]
/proc/loadavg: 2.14 2.09 2.02 3/83 26584
/proc/meminfo: memFree=1283160/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=319916 CPUtime=33.16
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 78269 0 0 0 3251 65 0 0 25 0 1 0 24499199 327593984 78255 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 79979 78255 75 150 0 79826 0
Current children cumulated CPU time (s) 50.43
Current children cumulated vsize (KiB) 342140

[startup+102.308 s]
/proc/loadavg: 2.06 2.08 2.02 3/83 26584
/proc/meminfo: memFree=1280792/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=322292 CPUtime=83.87
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 78858 0 0 0 8321 66 0 0 25 0 1 0 24499199 330027008 78844 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80573 78844 75 150 0 80420 0
Current children cumulated CPU time (s) 101.14
Current children cumulated vsize (KiB) 344516

[startup+162.302 s]
/proc/loadavg: 2.02 2.06 2.01 3/83 26584
/proc/meminfo: memFree=1280088/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=322820 CPUtime=143.19
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79003 0 0 0 14253 66 0 0 25 0 1 0 24499199 330567680 78989 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80705 78989 75 150 0 80552 0
Current children cumulated CPU time (s) 160.46
Current children cumulated vsize (KiB) 345044

[startup+222.302 s]
/proc/loadavg: 2.01 2.05 2.01 3/83 26584
/proc/meminfo: memFree=1279704/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323216 CPUtime=202.62
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79098 0 0 0 20196 66 0 0 25 0 1 0 24499199 330973184 79084 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80804 79084 75 150 0 80651 0
Current children cumulated CPU time (s) 219.89
Current children cumulated vsize (KiB) 345440

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 2.00 3/83 26584
/proc/meminfo: memFree=1279448/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323348 CPUtime=262.06
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79149 0 0 0 26140 66 0 0 25 0 1 0 24499199 331108352 79135 996147200 134512640 135127466 4294956256 18446744073709551615 134531110 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80837 79135 75 150 0 80684 0
Current children cumulated CPU time (s) 279.33
Current children cumulated vsize (KiB) 345572

[startup+342.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/83 26584
/proc/meminfo: memFree=1279320/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323480 CPUtime=321.49
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79170 0 0 0 32083 66 0 0 25 0 1 0 24499199 331243520 79156 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80870 79156 75 150 0 80717 0
Current children cumulated CPU time (s) 338.76
Current children cumulated vsize (KiB) 345704

[startup+402.302 s]
/proc/loadavg: 2.00 2.02 2.00 3/83 26584
/proc/meminfo: memFree=1279192/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323616 CPUtime=380.93
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79202 0 0 0 38027 66 0 0 25 0 1 0 24499199 331382784 79188 996147200 134512640 135127466 4294956256 18446744073709551615 134530766 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80904 79188 75 150 0 80751 0
Current children cumulated CPU time (s) 398.2
Current children cumulated vsize (KiB) 345840

[startup+462.302 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26584
/proc/meminfo: memFree=1279064/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323800 CPUtime=440.37
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79226 0 0 0 43971 66 0 0 25 0 1 0 24499199 331571200 79212 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80950 79212 75 150 0 80797 0
Current children cumulated CPU time (s) 457.64
Current children cumulated vsize (KiB) 346024

[startup+522.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/83 26590
/proc/meminfo: memFree=1278800/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323800 CPUtime=499.78
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79241 0 0 0 49912 66 0 0 25 0 1 0 24499199 331571200 79227 996147200 134512640 135127466 4294956256 18446744073709551615 134531047 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80950 79227 75 150 0 80797 0
Current children cumulated CPU time (s) 517.05
Current children cumulated vsize (KiB) 346024

[startup+582.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26670
/proc/meminfo: memFree=1339424/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323800 CPUtime=559.26
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79241 0 0 0 55858 68 0 0 25 0 1 0 24499199 331571200 79227 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80950 79227 75 150 0 80797 0
Current children cumulated CPU time (s) 576.53
Current children cumulated vsize (KiB) 346024

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

[startup+583.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26670
/proc/meminfo: memFree=1339424/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=17.27
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1376 24469 0 2 6 1 1587 133 16 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
[pid=26583] ppid=26560 vsize=5356 CPUtime=0
/proc/26583/stat : 26583 (sh) S 26560 26560 21315 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24499199 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 218076078916 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/26583/statm: 1339 232 193 169 0 50 0
[pid=26584] ppid=26583 vsize=323800 CPUtime=560.85
/proc/26584/stat : 26584 (minisat) R 26583 26560 21315 0 -1 4194304 79241 0 0 0 56017 68 0 0 25 0 1 0 24499199 331571200 79227 996147200 134512640 135127466 4294956256 18446744073709551615 134522614 0 0 4096 3 0 0 0 17 1 0 0
/proc/26584/statm: 80950 79227 75 150 0 80797 0
Current children cumulated CPU time (s) 578.12
Current children cumulated vsize (KiB) 346024

[startup+584.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26670
/proc/meminfo: memFree=1339424/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=578.91
/proc/26560/stat : 26560 (sugar) S 26558 26560 21315 0 -1 4194304 1430 104004 0 2 6 1 57677 207 17 0 1 0 24497438 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 218084978786 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/26560/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 578.91
Current children cumulated vsize (KiB) 16868

[startup+584.905 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 26670
/proc/meminfo: memFree=1339424/2055920 swapFree=4192812/4192956
[pid=26560] ppid=26558 vsize=16868 CPUtime=579.1
/proc/26560/stat : 26560 (sugar) R 26558 26560 21315 0 -1 4194304 1477 107922 0 3 6 2 57692 210 16 0 1 0 24497438 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 218076255273 0 0 4224 16386 0 0 0 17 1 0 0
/proc/26560/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 579.1
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 584.978
CPU time (s): 579.202
CPU user time (s): 576.999
CPU system time (s): 2.20267
CPU usage (%): 99.0126
Max. virtual memory (cumulated for all children) (KiB): 891068

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 576.999
system time used= 2.20267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109459
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= 18377
involuntary context switches= 30706

runsolver used 0.735888 second user time and 1.9427 second system time

The end

Launcher Data

Begin job on node57 at 2009-07-12 06:52:22
IDJOB=2081763
IDBENCH=57489
IDSOLVER=739
FILE ID=node57/2081763-1247374342
PBS_JOBID= 9507047
Free space on /tmp= 66412 MiB

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

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

MD5SUM BENCH= 5e35e44ffc93b7d1cb552d0f7ecb97a7
RANDOM SEED=841404837

node57.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.261
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.261
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:       1758928 kB
Buffers:         13476 kB
Cached:          93352 kB
SwapCached:          0 kB
Active:         218720 kB
Inactive:        30248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1758928 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2932 kB
Writeback:           0 kB
Mapped:         160020 kB
Slab:            33276 kB
Committed_AS:   951784 kB
PageTables:       2036 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= 66408 MiB
End job on node57 at 2009-07-12 07:02:07