Trace number 2079805

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+minisatSAT 924.29 932.645

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-8_ext.xml
MD5SUM2ea3ac7b3ed3c8fe9f3d0af7f245b0df
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark5.82211
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints58
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension58
Number of constraints which are defined in intension0
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 05:20:48 2009
0.00/0.08	c 0	PID 23800
0.00/0.08	c 0	HOST node21.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079805-1247368847.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-2079805-1247368847.xml' 'HOME/temp.csp'
0.07/0.95	c 0	1 domains, 20 variables, 0 predicates, 58 relations, 58 constraints
0.07/0.98	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.98	c 0	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'
0.93/1.06	c 1	Parsing HOME/temp.csp
1.93/2.07	c 2	parsed 137 expressions
1.93/2.08	c 2	Heap : 18 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.93/2.08	c 2	Converting to clausal form CSP
2.02/2.10	c 2	converted 14 (10%) expressions
2.02/2.11	c 2	converted 28 (20%) expressions
2.02/2.13	c 2	converted 42 (30%) expressions
2.12/2.30	c 2	converted 55 (40%) expressions
2.12/2.30	c 2	converted 69 (50%) expressions
2.21/2.38	c 2	converted 83 (60%) expressions
2.31/2.48	c 2	converted 96 (70%) expressions
2.41/2.59	c 2	converted 110 (80%) expressions
2.61/2.71	c 2	converted 124 (90%) expressions
2.80/2.98	c 2	converted 137 (100%) expressions
2.80/2.98	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.80/2.98	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.98	c 2	Propagation in CSP
2.80/2.98	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.80/2.98	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.80/2.98	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.80/2.99	c 2	Simplifing CSP by introducing new Boolean variables
2.80/2.99	c 2	CSP : 20 integers, 0 booleans, 58 clauses, largest domain size 20
2.80/2.99	c 2	Heap : 37 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.00/3.11	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.00/3.11	c 3	2 (10%) CSP integer variables are encoded (36 clauses, 371 bytes)
3.00/3.12	c 3	4 (20%) CSP integer variables are encoded (72 clauses, 695 bytes)
3.00/3.12	c 3	6 (30%) CSP integer variables are encoded (108 clauses, 1048 bytes)
3.00/3.12	c 3	8 (40%) CSP integer variables are encoded (144 clauses, 1444 bytes)
3.00/3.12	c 3	10 (50%) CSP integer variables are encoded (180 clauses, 1840 bytes)
3.00/3.12	c 3	12 (60%) CSP integer variables are encoded (216 clauses, 2236 bytes)
3.00/3.12	c 3	14 (70%) CSP integer variables are encoded (252 clauses, 2632 bytes)
3.00/3.12	c 3	16 (80%) CSP integer variables are encoded (288 clauses, 3028 bytes)
3.00/3.13	c 3	18 (90%) CSP integer variables are encoded (324 clauses, 3424 bytes)
3.00/3.13	c 3	20 (100%) CSP integer variables are encoded (360 clauses, 3820 bytes)
3.20/3.33	c 3	6 (10%) CSP clauses are encoded (11264 clauses, 255331 bytes)
3.29/3.47	c 3	12 (20%) CSP clauses are encoded (22145 clauses, 514490 bytes)
3.50/3.61	c 3	18 (30%) CSP clauses are encoded (32986 clauses, 777751 bytes)
3.59/3.74	c 3	24 (40%) CSP clauses are encoded (43773 clauses, 1044765 bytes)
3.69/3.85	c 3	29 (50%) CSP clauses are encoded (52780 clauses, 1268689 bytes)
3.79/3.99	c 3	35 (60%) CSP clauses are encoded (63568 clauses, 1534059 bytes)
3.99/4.12	c 4	41 (70%) CSP clauses are encoded (74340 clauses, 1807242 bytes)
4.09/4.25	c 4	47 (80%) CSP clauses are encoded (85159 clauses, 2094536 bytes)
4.19/4.38	c 4	53 (90%) CSP clauses are encoded (95394 clauses, 2366658 bytes)
4.29/4.49	c 4	58 (100%) CSP clauses are encoded (103790 clauses, 2589882 bytes)
4.29/4.49	c 4	58 CSP clauses encoded
4.29/4.49	c 4	Writing map file : HOME/temp.map
4.29/4.50	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.29/4.50	c 4	SAT : 380 SAT variables, 103790 SAT clauses, 2589882 bytes
4.29/4.50	c 4	Heap : 17 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.38/4.53	c 4	SOLVING HOME/temp.cnf
4.38/4.53	c 4	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.38/4.53	c 4	This is MiniSat 2.0 beta
4.38/4.53	c 4	WARNING: for repeatability, setting FPU to use double precision
4.38/4.53	c 4	============================[ Problem Statistics ]=============================
4.38/4.53	c 4	|                                                                             |
4.38/4.53	c 4	|  Number of variables:  380                                                  |
4.38/4.53	c 4	|  Number of clauses:    103790                                               |
4.40/4.60	c 4	|  Parsing time:         0.06         s                                       |
4.40/4.61	c 4	============================[ Search Statistics ]==============================
4.40/4.61	c 4	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.40/4.61	c 4	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.40/4.61	c 4	===============================================================================
4.40/4.61	c 4	|         0 |     380   103790   569054 |    34596        0    nan |  0.000 % |
4.40/4.66	c 4	|       101 |     380   103790   569054 |    38056      101      9 |  0.001 % |
4.40/4.72	c 4	|       251 |     380   103790   569054 |    41861      251     11 |  0.007 % |
4.40/4.80	c 4	|       478 |     380   103790   569054 |    46048      478     10 |  0.012 % |
4.40/4.96	c 4	|       815 |     380   103790   569054 |    50652      815     11 |  0.013 % |
4.40/5.22	c 5	|      1322 |     380   103790   569054 |    55718     1322     12 |  0.013 % |
5.35/5.57	c 5	|      2082 |     380   103790   569054 |    61290     2082     13 |  0.007 % |
5.94/6.14	c 6	|      3221 |     380   103790   569054 |    67419     3221     13 |  0.013 % |
6.74/6.92	c 6	|      4930 |     380   103790   569054 |    74161     4930     14 |  0.014 % |
8.22/8.41	c 8	|      7492 |     380   103790   569054 |    81577     7492     14 |  0.014 % |
10.10/10.30	c 10	|     11337 |     380   103790   569054 |    89734    11337     14 |  0.004 % |
12.88/13.19	c 13	|     17104 |     380   103790   569054 |    98708    17104     15 |  0.005 % |
18.82/19.14	c 19	|     25755 |     380   103790   569054 |   108579    25755     15 |  0.014 % |
26.84/27.27	c 27	|     38729 |     380   103790   569054 |   119437    38729     16 |  0.001 % |
41.31/41.88	c 41	|     58190 |     380   103790   569054 |   131380    58190     16 |  0.002 % |
66.76/67.53	c 67	|     87385 |     379   102987   565342 |   144518    48798     15 |  0.264 % |
103.81/104.93	c 104	|    131177 |     378   102039   560255 |   158970    55326     15 |  0.527 % |
175.83/177.69	c 177	|    196861 |     376   100643   553377 |   174867    62517     14 |  1.053 % |
296.00/298.98	c 298	|    295387 |     375   100643   553377 |   192354   161042     16 |  1.316 % |
474.81/479.48	c 479	|    443176 |     374    99845   549103 |   211590   109700     18 |  1.580 % |
801.72/809.46	c 809	|    664859 |     371    97583   537791 |   232749    70201     17 |  2.369 % |
924.06/932.47	c 932	===============================================================================
924.06/932.47	c 932	restarts              : 21
924.06/932.47	c 932	conflicts             : 765806         (833 /sec)
924.06/932.47	c 932	decisions             : 925015         (1.52 % random) (1006 /sec)
924.06/932.47	c 932	propagations          : 36205722       (39369 /sec)
924.06/932.47	c 932	conflict literals     : 13191500       (32.84 % deleted)
924.06/932.47	c 932	Memory used           : 33.03 MB
924.06/932.47	c 932	CPU time              : 919.642 s
924.06/932.47	c 932	
924.06/932.47	c 932	SATISFIABLE
924.06/932.48	c 932	DECODING HOME/temp.out WITH HOME/temp.map
924.06/932.48	c 932	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'
924.15/932.55	c 932	Decoding HOME/temp.out
924.15/932.57	s SATISFIABLE
924.15/932.57	v 16 6 4 9 3 8 18 2 6 6 2 18 1 17 3 19 18 12 6 11
924.15/932.59	c 932	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
924.15/932.64	c 932	CPU 924.26 (0.06 0.01 923.87 0.32)
924.15/932.64	c 932	END Sun Jul 12 05:36:20 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079805-1247368847/watcher-2079805-1247368847 -o /tmp/evaluation-result-2079805-1247368847/solver-2079805-1247368847 -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-2079805-1247368847.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: 1.99 2.00 2.00 4/74 23800
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=18576 CPUtime=0
/proc/23800/stat : 23800 (runsolver) R 23798 23800 23722 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 23951223 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 221236489511 0 0 4096 24578 0 0 0 17 1 0 0
/proc/23800/statm: 4644 284 249 26 0 2626 0

[startup+0.108807 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 23800
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.07
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.201818 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 23800
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.07
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301823 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 23800
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.07
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701866 s]
/proc/loadavg: 1.99 2.00 2.00 4/74 23800
/proc/meminfo: memFree=1601784/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.07
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50196 s]
/proc/loadavg: 2.07 2.01 2.01 3/85 23822
/proc/meminfo: memFree=1592288/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.93
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1309 6994 0 1 6 1 80 6 16 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
[pid=23813] ppid=23800 vsize=5356 CPUtime=0
/proc/23813/stat : 23813 (sh) S 23800 23800 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23951321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23813/statm: 1339 233 193 169 0 50 0
[pid=23814] ppid=23813 vsize=862284 CPUtime=0.5
/proc/23814/stat : 23814 (java) S 23813 23800 23722 0 -1 0 6081 0 1 0 47 3 0 0 18 0 9 0 23951321 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23814/statm: 215571 5367 2158 9 0 210484 0
[pid=23814/tid=23815] ppid=23813 vsize=862284 CPUtime=0.31
/proc/23814/task/23815/stat : 23815 (java) R 23813 23800 23722 0 -1 64 2019 0 1 0 30 1 0 0 21 0 9 0 23951322 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23816] ppid=23813 vsize=862284 CPUtime=0.13
/proc/23814/task/23816/stat : 23816 (java) R 23813 23800 23722 0 -1 64 3054 0 0 0 13 0 0 0 16 0 9 0 23951323 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 102381685 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23817] ppid=23813 vsize=862284 CPUtime=0
/proc/23814/task/23817/stat : 23817 (java) S 23813 23800 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23951323 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23818] ppid=23813 vsize=862284 CPUtime=0
/proc/23814/task/23818/stat : 23818 (java) S 23813 23800 23722 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 23951323 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23819] ppid=23813 vsize=862284 CPUtime=0
/proc/23814/task/23819/stat : 23819 (java) S 23813 23800 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23951325 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23820] ppid=23813 vsize=862284 CPUtime=0.03
/proc/23814/task/23820/stat : 23820 (java) S 23813 23800 23722 0 -1 64 306 0 0 0 3 0 0 0 17 0 9 0 23951326 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23821] ppid=23813 vsize=862284 CPUtime=0
/proc/23814/task/23821/stat : 23821 (java) S 23813 23800 23722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23951326 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23822] ppid=23813 vsize=862284 CPUtime=0
/proc/23814/task/23822/stat : 23822 (java) S 23813 23800 23722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23951326 882978816 5367 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 884508

[startup+3.10213 s]
/proc/loadavg: 2.07 2.01 2.01 4/85 23822
/proc/meminfo: memFree=1568480/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=0.93
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1310 6994 0 1 6 1 80 6 15 0 1 0 23951223 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1111 409 3 0 796 0
[pid=23813] ppid=23800 vsize=5356 CPUtime=0
/proc/23813/stat : 23813 (sh) S 23800 23800 23722 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23951321 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23813/statm: 1339 233 193 169 0 50 0
[pid=23814] ppid=23813 vsize=864376 CPUtime=2.07
/proc/23814/stat : 23814 (java) S 23813 23800 23722 0 -1 0 14377 0 1 0 200 7 0 0 18 0 9 0 23951321 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23814/statm: 216094 13618 2566 9 0 210599 0
[pid=23814/tid=23815] ppid=23813 vsize=864376 CPUtime=1.01
/proc/23814/task/23815/stat : 23815 (java) R 23813 23800 23722 0 -1 64 2927 0 1 0 99 2 0 0 20 0 9 0 23951322 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23816] ppid=23813 vsize=864376 CPUtime=1
/proc/23814/task/23816/stat : 23816 (java) R 23813 23800 23722 0 -1 64 10437 0 0 0 96 4 0 0 18 0 9 0 23951323 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 104190884 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23817] ppid=23813 vsize=864376 CPUtime=0
/proc/23814/task/23817/stat : 23817 (java) S 23813 23800 23722 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23951323 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23818] ppid=23813 vsize=864376 CPUtime=0
/proc/23814/task/23818/stat : 23818 (java) S 23813 23800 23722 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 23951323 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23819] ppid=23813 vsize=864376 CPUtime=0
/proc/23814/task/23819/stat : 23819 (java) S 23813 23800 23722 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23951325 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23820] ppid=23813 vsize=864376 CPUtime=0.04
/proc/23814/task/23820/stat : 23820 (java) S 23813 23800 23722 0 -1 64 311 0 0 0 4 0 0 0 16 0 9 0 23951326 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23821] ppid=23813 vsize=864376 CPUtime=0
/proc/23814/task/23821/stat : 23821 (java) S 23813 23800 23722 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23951326 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23814/tid=23822] ppid=23813 vsize=864376 CPUtime=0
/proc/23814/task/23822/stat : 23822 (java) S 23813 23800 23722 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23951326 885121024 13618 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886600

[startup+6.30248 s]
/proc/loadavg: 2.07 2.01 2.00 3/77 23824
/proc/meminfo: memFree=1586720/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 15 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=8296 CPUtime=1.74
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 1967 0 0 0 174 0 0 0 25 0 1 0 23951676 8495104 1953 996147200 134512640 135127466 4294956256 18446744073709551615 134530849 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 2074 1953 75 150 0 1921 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 30520

[startup+12.7012 s]
/proc/loadavg: 2.06 2.01 2.00 3/77 23824
/proc/meminfo: memFree=1585512/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=9484 CPUtime=8.08
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 2251 0 0 0 807 1 0 0 25 0 1 0 23951676 9711616 2237 996147200 134512640 135127466 4294956256 18446744073709551615 134530828 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 2371 2237 75 150 0 2218 0
Current children cumulated CPU time (s) 12.48
Current children cumulated vsize (KiB) 31708

[startup+25.5016 s]
/proc/loadavg: 2.05 2.01 2.00 3/77 23824
/proc/meminfo: memFree=1583464/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=11496 CPUtime=20.75
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 2740 0 0 0 2074 1 0 0 25 0 1 0 23951676 11771904 2726 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 2874 2726 75 150 0 2721 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 33720

[startup+51.1013 s]
/proc/loadavg: 2.03 2.01 2.00 3/77 23824
/proc/meminfo: memFree=1580264/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=14644 CPUtime=46.11
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 3525 0 0 0 4608 3 0 0 25 0 1 0 23951676 14995456 3511 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 3661 3511 75 150 0 3508 0
Current children cumulated CPU time (s) 50.51
Current children cumulated vsize (KiB) 36868

[startup+102.303 s]
/proc/loadavg: 2.01 2.00 2.00 3/77 23824
/proc/meminfo: memFree=1578408/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=16260 CPUtime=96.84
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 3943 0 0 0 9680 4 0 0 25 0 1 0 23951676 16650240 3929 996147200 134512640 135127466 4294956256 18446744073709551615 134530686 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 4065 3929 75 150 0 3912 0
Current children cumulated CPU time (s) 101.24
Current children cumulated vsize (KiB) 38484

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/77 23824
/proc/meminfo: memFree=1575912/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0

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

/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=29464 CPUtime=691.22
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 7184 0 0 0 69114 8 0 0 25 0 1 0 23951676 30171136 7170 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 7366 7170 75 150 0 7213 0
Current children cumulated CPU time (s) 695.62
Current children cumulated vsize (KiB) 51688

[startup+762.301 s]
/proc/loadavg: 2.08 2.05 2.01 3/77 23824
/proc/meminfo: memFree=1560616/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=32960 CPUtime=750.67
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 7953 0 0 0 75058 9 0 0 25 0 1 0 23951676 33751040 7939 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 8240 7939 75 150 0 8087 0
Current children cumulated CPU time (s) 755.07
Current children cumulated vsize (KiB) 55184

[startup+822.302 s]
/proc/loadavg: 2.07 2.06 2.01 3/77 23824
/proc/meminfo: memFree=1560360/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33232 CPUtime=810.1
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8003 0 0 0 81001 9 0 0 25 0 1 0 23951676 34029568 7989 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/23824/statm: 8308 7989 75 150 0 8155 0
Current children cumulated CPU time (s) 814.5
Current children cumulated vsize (KiB) 55456

[startup+882.306 s]
/proc/loadavg: 2.07 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590064/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33524 CPUtime=869.59
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8085 0 0 0 86949 10 0 0 25 0 1 0 23951676 34328576 8071 996147200 134512640 135127466 4294956256 18446744073709551615 134530665 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8381 8071 75 150 0 8228 0
Current children cumulated CPU time (s) 873.99
Current children cumulated vsize (KiB) 55748

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

[startup+896.002 s]
/proc/loadavg: 2.06 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590064/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33524 CPUtime=883.27
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8086 0 0 0 88317 10 0 0 25 0 1 0 23951676 34328576 8072 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8381 8072 75 150 0 8228 0
Current children cumulated CPU time (s) 887.67
Current children cumulated vsize (KiB) 55748

[startup+908.801 s]
/proc/loadavg: 2.11 2.07 2.01 3/76 23854
/proc/meminfo: memFree=1590192/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33684 CPUtime=896.07
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8106 0 0 0 89597 10 0 0 25 0 1 0 23951676 34492416 8092 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8421 8092 75 150 0 8268 0
Current children cumulated CPU time (s) 900.47
Current children cumulated vsize (KiB) 55908

[startup+921.602 s]
/proc/loadavg: 2.08 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590192/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33684 CPUtime=908.87
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8108 0 0 0 90877 10 0 0 25 0 1 0 23951676 34492416 8094 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8421 8094 75 150 0 8268 0
Current children cumulated CPU time (s) 913.27
Current children cumulated vsize (KiB) 55908

[startup+928.001 s]
/proc/loadavg: 2.08 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590192/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33684 CPUtime=915.26
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8127 0 0 0 91516 10 0 0 25 0 1 0 23951676 34492416 8113 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8421 8113 75 150 0 8268 0
Current children cumulated CPU time (s) 919.66
Current children cumulated vsize (KiB) 55908

[startup+931.203 s]
/proc/loadavg: 2.07 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590192/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33816 CPUtime=918.46
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8136 0 0 0 91836 10 0 0 25 0 1 0 23951676 34627584 8122 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8454 8122 75 150 0 8301 0
Current children cumulated CPU time (s) 922.86
Current children cumulated vsize (KiB) 56040

[startup+932.003 s]
/proc/loadavg: 2.07 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590128/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33816 CPUtime=919.26
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8136 0 0 0 91916 10 0 0 25 0 1 0 23951676 34627584 8122 996147200 134512640 135127466 4294956256 18446744073709551615 134530793 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8454 8122 75 150 0 8301 0
Current children cumulated CPU time (s) 923.66
Current children cumulated vsize (KiB) 56040

[startup+932.402 s]
/proc/loadavg: 2.07 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590128/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=4.4
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1374 22161 0 2 6 1 415 18 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
[pid=23823] ppid=23800 vsize=5356 CPUtime=0
/proc/23823/stat : 23823 (sh) S 23800 23800 23722 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23951676 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 221236486980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23823/statm: 1339 232 193 169 0 50 0
[pid=23824] ppid=23823 vsize=33816 CPUtime=919.66
/proc/23824/stat : 23824 (minisat) R 23823 23800 23722 0 -1 4194304 8136 0 0 0 91956 10 0 0 25 0 1 0 23951676 34627584 8122 996147200 134512640 135127466 4294956256 18446744073709551615 134530700 0 0 4096 3 0 0 0 17 0 0 0
/proc/23824/statm: 8454 8122 75 150 0 8301 0
Current children cumulated CPU time (s) 924.06
Current children cumulated vsize (KiB) 56040

[startup+932.602 s]
/proc/loadavg: 2.07 2.06 2.01 3/76 23854
/proc/meminfo: memFree=1590128/2055920 swapFree=4192812/4192956
[pid=23800] ppid=23798 vsize=16868 CPUtime=924.15
/proc/23800/stat : 23800 (sugar) S 23798 23800 23722 0 -1 4194304 1447 30592 0 2 6 1 92379 29 16 0 1 0 23951223 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 221245386850 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/23800/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 924.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 932.645
CPU time (s): 924.29
CPU user time (s): 923.946
CPU system time (s): 0.344947
CPU usage (%): 99.1042
Max. virtual memory (cumulated for all children) (KiB): 886712

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 923.946
system time used= 0.344947
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35867
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= 2716
involuntary context switches= 21431

runsolver used 1.00485 second user time and 3.20951 second system time

The end

Launcher Data

Begin job on node21 at 2009-07-12 05:20:47
IDJOB=2079805
IDBENCH=56960
IDSOLVER=739
FILE ID=node21/2079805-1247368847
PBS_JOBID= 9507149
Free space on /tmp= 66396 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-8_ext.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-2079805-1247368847/watcher-2079805-1247368847 -o /tmp/evaluation-result-2079805-1247368847/solver-2079805-1247368847 -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-2079805-1247368847.xml

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

MD5SUM BENCH= 2ea3ac7b3ed3c8fe9f3d0af7f245b0df
RANDOM SEED=1974383924

node21.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.240
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.240
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:       1602264 kB
Buffers:         42136 kB
Cached:         294736 kB
SwapCached:          0 kB
Active:         195304 kB
Inactive:       181944 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1602264 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2536 kB
Writeback:           0 kB
Mapped:          51476 kB
Slab:            61616 kB
Committed_AS:   175136 kB
PageTables:       1836 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= 66404 MiB
End job on node21 at 2009-07-12 05:36:20