Trace number 2065340

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 1599.65 1608.09

General information on the benchmark

Namecsp/rand-10-20-10/
normalized-rand-10-20-10-5-10000-9_ext.xml
MD5SUMfa3fd3e463227823f5510a53e7f059f4
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.44978
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints5
Maximum constraint arity10
Maximum domain size10
Number of constraints which are defined in extension5
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.03/0.08	c 0	BEGIN Sat Jul 11 20:50:35 2009
0.03/0.08	c 0	PID 14508
0.03/0.08	c 0	HOST node25.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2065340-1247338235.xml TO HOME/temp.csp
0.03/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-2065340-1247338235.xml' 'HOME/temp.csp'
0.07/0.74	c 1	1 domains, 20 variables, 0 predicates, 5 relations, 5 constraints
0.07/0.79	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.79	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'
0.71/0.86	c 1	Parsing HOME/temp.csp
1.31/1.47	c 2	parsed 31 expressions
1.31/1.48	c 2	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.31/1.48	c 2	Converting to clausal form CSP
1.40/1.50	c 2	converted 4 (10%) expressions
1.40/1.50	c 2	converted 7 (20%) expressions
1.40/1.50	c 2	converted 10 (30%) expressions
1.40/1.50	c 2	converted 13 (40%) expressions
1.40/1.50	c 2	converted 16 (50%) expressions
1.40/1.50	c 2	converted 19 (60%) expressions
1.40/1.51	c 2	converted 22 (70%) expressions
1.40/1.53	c 2	converted 25 (80%) expressions
1.90/2.09	c 2	converted 28 (90%) expressions
2.60/2.77	c 3	converted 31 (100%) expressions
2.60/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.60/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.78	c 3	Propagation in CSP
2.60/2.78	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.60/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.60/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.60/2.78	c 3	Simplifing CSP by introducing new Boolean variables
2.60/2.78	c 3	CSP : 20 integers, 0 booleans, 5 clauses, largest domain size 10
2.60/2.78	c 3	Heap : 48 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.90/3.05	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.90/3.05	c 3	2 (10%) CSP integer variables are encoded (16 clauses, 192 bytes)
2.90/3.05	c 3	4 (20%) CSP integer variables are encoded (32 clauses, 336 bytes)
2.90/3.05	c 3	6 (30%) CSP integer variables are encoded (48 clauses, 480 bytes)
2.90/3.05	c 3	8 (40%) CSP integer variables are encoded (64 clauses, 624 bytes)
2.90/3.05	c 3	10 (50%) CSP integer variables are encoded (80 clauses, 768 bytes)
2.90/3.05	c 3	12 (60%) CSP integer variables are encoded (96 clauses, 928 bytes)
2.90/3.06	c 3	14 (70%) CSP integer variables are encoded (112 clauses, 1104 bytes)
2.90/3.06	c 3	16 (80%) CSP integer variables are encoded (128 clauses, 1280 bytes)
2.90/3.06	c 3	18 (90%) CSP integer variables are encoded (144 clauses, 1456 bytes)
2.90/3.06	c 3	20 (100%) CSP integer variables are encoded (160 clauses, 1632 bytes)
156.37/156.65	c 157	1 (10%) CSP clauses are encoded (140851 clauses, 6555355 bytes)
302.32/302.67	c 303	2 (20%) CSP clauses are encoded (281931 clauses, 13325850 bytes)
451.76/452.15	c 452	3 (30%) CSP clauses are encoded (422703 clauses, 20333421 bytes)
605.19/605.64	c 606	4 (40%) CSP clauses are encoded (563650 clauses, 27151592 bytes)
760.33/760.85	c 761	5 (50%) CSP clauses are encoded (704532 clauses, 34653514 bytes)
760.33/760.85	c 761	5 CSP clauses encoded
760.33/760.85	c 761	Writing map file : HOME/temp.map
760.33/760.85	c 761	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
760.33/760.85	c 761	SAT : 180 SAT variables, 704532 SAT clauses, 34653514 bytes
760.33/760.85	c 761	Heap : 56 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
760.39/760.91	c 761	SOLVING HOME/temp.cnf
760.39/760.91	c 761	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
760.39/760.91	c 761	This is MiniSat 2.0 beta
760.39/760.91	c 761	WARNING: for repeatability, setting FPU to use double precision
760.39/760.91	c 761	============================[ Problem Statistics ]=============================
760.39/760.91	c 761	|                                                                             |
760.39/760.91	c 761	|  Number of variables:  180                                                  |
760.39/760.91	c 761	|  Number of clauses:    704532                                               |
761.27/761.89	c 762	|  Parsing time:         0.88         s                                       |
761.37/761.95	c 762	============================[ Search Statistics ]==============================
761.37/761.95	c 762	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
761.37/761.95	c 762	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
761.37/761.95	c 762	===============================================================================
761.37/761.95	c 762	|         0 |     180   704532  8846429 |   234844        0    nan |  0.000 % |
761.47/762.07	c 762	|       100 |     180   704532  8846429 |   258328      100      8 |  0.003 % |
761.77/762.38	c 762	|       250 |     180   704532  8846429 |   284161      250     10 |  0.028 % |
762.36/762.94	c 763	|       475 |     180   704532  8846429 |   312577      475     10 |  0.022 % |
763.05/763.67	c 764	|       812 |     180   704532  8846429 |   343835      812      9 |  0.028 % |
763.94/764.53	c 765	|      1318 |     180   704532  8846429 |   378218     1318     10 |  0.028 % |
765.23/765.89	c 766	|      2077 |     180   704532  8846429 |   416040     2077     10 |  0.031 % |
767.02/767.69	c 768	|      3217 |     180   704532  8846429 |   457644     3217     10 |  0.031 % |
770.29/770.93	c 771	|      4925 |     180   704532  8846429 |   503408     4925     10 |  0.040 % |
775.24/775.95	c 776	|      7489 |     180   704532  8846429 |   553749     7489     10 |  0.046 % |
780.99/781.79	c 782	|     11333 |     179   704532  8846429 |   609124    11332     11 |  0.559 % |
787.22/788.02	c 788	|     17101 |     179   704532  8846429 |   670037    17100     11 |  0.577 % |
797.92/798.82	c 799	|     25750 |     179   704532  8846429 |   737041    25749     11 |  0.580 % |
818.04/819.16	c 819	|     38725 |     179   704532  8846429 |   810745    38724     12 |  0.580 % |
849.53/850.93	c 851	|     58186 |     179   704532  8846429 |   891819    58185     13 |  0.577 % |
911.95/913.93	c 914	|     87378 |     179   704532  8846429 |   981001    87377     13 |  0.577 % |
996.94/999.71	c 1000	|    131168 |     179   704532  8846429 |  1079101   131167     14 |  0.568 % |
1143.55/1147.72	c 1148	|    196853 |     179   704532  8846429 |  1187012   196852     13 |  0.630 % |
1390.61/1397.14	c 1397	|    295382 |     176   704532  8846429 |  1305713   295380     14 |  2.796 % |
1599.45/1607.92	c 1608	===============================================================================
1599.45/1607.92	c 1608	restarts              : 19
1599.45/1607.92	c 1608	conflicts             : 367986         (439 /sec)
1599.45/1607.92	c 1608	decisions             : 442250         (1.60 % random) (527 /sec)
1599.45/1607.92	c 1608	propagations          : 5824649        (6943 /sec)
1599.45/1607.92	c 1608	conflict literals     : 4918123        (22.19 % deleted)
1599.45/1607.92	c 1608	Memory used           : 99.75 MB
1599.45/1607.92	c 1608	CPU time              : 838.894 s
1599.45/1607.92	c 1608	
1599.45/1607.92	c 1608	UNSATISFIABLE
1599.45/1607.94	c 1608	DECODING HOME/temp.out WITH HOME/temp.map
1599.45/1607.94	c 1608	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'
1599.50/1608.03	c 1608	Decoding HOME/temp.out
1599.50/1608.04	s UNSATISFIABLE
1599.50/1608.05	c 1608	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1599.50/1608.08	c 1608	CPU 1599.61 (0.06 0.01 1598.7 0.84)
1599.50/1608.08	c 1608	END Sat Jul 11 21:17:23 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-2065340-1247338235/watcher-2065340-1247338235 -o /tmp/evaluation-result-2065340-1247338235/solver-2065340-1247338235 -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-2065340-1247338235.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.94 2.01 1.99 4/82 14508
/proc/meminfo: memFree=923360/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=12268 CPUtime=0
/proc/14508/stat : 14508 (sugar) R 14506 14508 14375 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 20889870 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 253307353701 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/14508/statm: 3067 316 241 3 0 167 0

[startup+0.051365 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 14508
/proc/meminfo: memFree=923360/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=13468 CPUtime=0.03
/proc/14508/stat : 14508 (sugar) R 14506 14508 14375 0 -1 4194304 767 0 0 0 3 0 0 0 18 0 1 0 20889870 13791232 735 996147200 4194304 4206940 548682068608 18446744073709551615 253321305680 0 0 4224 0 0 0 0 17 1 0 0
/proc/14508/statm: 3367 735 338 3 0 467 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13468

[startup+0.101373 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 14508
/proc/meminfo: memFree=923360/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.07
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301392 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 14508
/proc/meminfo: memFree=923360/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.07
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701426 s]
/proc/loadavg: 1.94 2.01 1.99 4/82 14508
/proc/meminfo: memFree=923360/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.07
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.5025 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14530
/proc/meminfo: memFree=913680/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.71
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1310 8041 0 1 6 1 58 6 16 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
[pid=14521] ppid=14508 vsize=5356 CPUtime=0
/proc/14521/stat : 14521 (sh) S 14508 14508 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20889949 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14521/statm: 1339 233 193 169 0 50 0
[pid=14522] ppid=14521 vsize=864380 CPUtime=0.69
/proc/14522/stat : 14522 (java) S 14521 14508 14375 0 -1 0 7830 0 1 0 66 3 0 0 20 0 9 0 20889949 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14522/statm: 216095 7056 2567 9 0 210600 0
[pid=14522/tid=14523] ppid=14521 vsize=864380 CPUtime=0.45
/proc/14522/task/14523/stat : 14523 (java) R 14521 14508 14375 0 -1 64 2569 0 1 0 44 1 0 0 25 0 9 0 20889950 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 103258088 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14521 vsize=864380 CPUtime=0.19
/proc/14522/task/14524/stat : 14524 (java) S 14521 14508 14375 0 -1 64 4257 0 0 0 18 1 0 0 16 0 9 0 20889951 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14521 vsize=864380 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14521 14508 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20889952 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14521 vsize=864380 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14521 14508 14375 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 20889952 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14521 vsize=864380 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14521 14508 14375 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20889954 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14521 vsize=864380 CPUtime=0.03
/proc/14522/task/14528/stat : 14528 (java) S 14521 14508 14375 0 -1 64 301 0 0 0 3 0 0 0 16 0 9 0 20889954 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14521 vsize=864380 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20889954 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14521 vsize=864380 CPUtime=0
/proc/14522/task/14530/stat : 14530 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20889954 885125120 7056 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 886604

[startup+3.10265 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14530
/proc/meminfo: memFree=882064/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.71
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1310 8041 0 1 6 1 58 6 15 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
[pid=14521] ppid=14508 vsize=5356 CPUtime=0
/proc/14521/stat : 14521 (sh) S 14508 14508 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20889949 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14521/statm: 1339 233 193 169 0 50 0
[pid=14522] ppid=14521 vsize=864516 CPUtime=2.29
/proc/14522/stat : 14522 (java) S 14521 14508 14375 0 -1 0 18550 0 1 0 221 8 0 0 20 0 9 0 20889949 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14522/statm: 216129 17163 2590 9 0 210606 0
[pid=14522/tid=14523] ppid=14521 vsize=864516 CPUtime=0.85
/proc/14522/task/14523/stat : 14523 (java) R 14521 14508 14375 0 -1 64 3291 0 1 0 84 1 0 0 25 0 9 0 20889950 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4126541308 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14521 vsize=864516 CPUtime=1.35
/proc/14522/task/14524/stat : 14524 (java) S 14521 14508 14375 0 -1 64 14239 0 0 0 130 5 0 0 18 0 9 0 20889951 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14521 14508 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14521 14508 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14521 14508 14375 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14521 vsize=864516 CPUtime=0.06
/proc/14522/task/14528/stat : 14528 (java) S 14521 14508 14375 0 -1 64 317 0 0 0 6 0 0 0 16 0 9 0 20889954 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14530/stat : 14530 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20889954 885264384 17163 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 886740

[startup+6.30194 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14530
/proc/meminfo: memFree=859920/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.71
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1310 8041 0 1 6 1 58 6 15 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
[pid=14521] ppid=14508 vsize=5356 CPUtime=0
/proc/14521/stat : 14521 (sh) S 14508 14508 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20889949 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14521/statm: 1339 233 193 169 0 50 0
[pid=14522] ppid=14521 vsize=864516 CPUtime=5.48
/proc/14522/stat : 14522 (java) S 14521 14508 14375 0 -1 0 18579 0 1 0 540 8 0 0 20 0 9 0 20889949 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14522/statm: 216129 17178 2590 9 0 210606 0
[pid=14522/tid=14523] ppid=14521 vsize=864516 CPUtime=3.98
/proc/14522/task/14523/stat : 14523 (java) R 14521 14508 14375 0 -1 64 3308 0 1 0 397 1 0 0 25 0 9 0 20889950 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126569108 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14521 vsize=864516 CPUtime=1.4
/proc/14522/task/14524/stat : 14524 (java) S 14521 14508 14375 0 -1 64 14239 0 0 0 134 6 0 0 16 0 9 0 20889951 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14521 14508 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14521 14508 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14521 14508 14375 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14521 vsize=864516 CPUtime=0.07
/proc/14522/task/14528/stat : 14528 (java) S 14521 14508 14375 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14530/stat : 14530 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886740

[startup+12.7026 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14530
/proc/meminfo: memFree=859856/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.71
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1310 8041 0 1 6 1 58 6 15 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
[pid=14521] ppid=14508 vsize=5356 CPUtime=0
/proc/14521/stat : 14521 (sh) S 14508 14508 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20889949 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14521/statm: 1339 233 193 169 0 50 0
[pid=14522] ppid=14521 vsize=864516 CPUtime=11.88
/proc/14522/stat : 14522 (java) S 14521 14508 14375 0 -1 0 18579 0 1 0 1180 8 0 0 20 0 9 0 20889949 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14522/statm: 216129 17178 2590 9 0 210606 0
[pid=14522/tid=14523] ppid=14521 vsize=864516 CPUtime=10.38
/proc/14522/task/14523/stat : 14523 (java) R 14521 14508 14375 0 -1 64 3308 0 1 0 1037 1 0 0 25 0 9 0 20889950 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126564096 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14521 vsize=864516 CPUtime=1.4
/proc/14522/task/14524/stat : 14524 (java) S 14521 14508 14375 0 -1 64 14239 0 0 0 134 6 0 0 16 0 9 0 20889951 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14521 14508 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14521 14508 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14527/stat : 14527 (java) S 14521 14508 14375 0 -1 64 0 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14528] ppid=14521 vsize=864516 CPUtime=0.07
/proc/14522/task/14528/stat : 14528 (java) S 14521 14508 14375 0 -1 64 329 0 0 0 7 0 0 0 16 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14529] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14529/stat : 14529 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14530] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14530/stat : 14530 (java) S 14521 14508 14375 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 20889954 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886740

[startup+25.5027 s]
/proc/loadavg: 2.02 2.02 2.00 3/93 14530
/proc/meminfo: memFree=859984/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=0.71
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1310 8041 0 1 6 1 58 6 15 0 1 0 20889870 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/14508/statm: 4217 1111 409 3 0 796 0
[pid=14521] ppid=14508 vsize=5356 CPUtime=0
/proc/14521/stat : 14521 (sh) S 14508 14508 14375 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 20889949 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14521/statm: 1339 233 193 169 0 50 0
[pid=14522] ppid=14521 vsize=864516 CPUtime=24.68
/proc/14522/stat : 14522 (java) S 14521 14508 14375 0 -1 0 18581 0 1 0 2460 8 0 0 20 0 9 0 20889949 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/14522/statm: 216129 17178 2590 9 0 210606 0
[pid=14522/tid=14523] ppid=14521 vsize=864516 CPUtime=23.17
/proc/14522/task/14523/stat : 14523 (java) R 14521 14508 14375 0 -1 64 3310 0 1 0 2316 1 0 0 25 0 9 0 20889950 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4126095954 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14524] ppid=14521 vsize=864516 CPUtime=1.41
/proc/14522/task/14524/stat : 14524 (java) S 14521 14508 14375 0 -1 64 14239 0 0 0 135 6 0 0 16 0 9 0 20889951 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14525] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14525/stat : 14525 (java) S 14521 14508 14375 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14526] ppid=14521 vsize=864516 CPUtime=0
/proc/14522/task/14526/stat : 14526 (java) S 14521 14508 14375 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 20889952 885264384 17178 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=14522/tid=14527] ppid=14521 vsize=864516 CPUtime=0

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

/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=92040 CPUtime=536.3
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 21667 0 0 0 53615 15 0 0 25 0 1 0 20965961 94248960 21653 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 23010 21653 75 150 0 22857 0
Current children cumulated CPU time (s) 1296.71
Current children cumulated vsize (KiB) 114264

[startup+1362.3 s]
/proc/loadavg: 2.06 2.04 2.00 3/85 14582
/proc/meminfo: memFree=1363400/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=94116 CPUtime=595.74
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 22158 0 0 0 59559 15 0 0 25 0 1 0 20965961 96374784 22144 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 23529 22144 75 150 0 23376 0
Current children cumulated CPU time (s) 1356.15
Current children cumulated vsize (KiB) 116340

[startup+1422.31 s]
/proc/loadavg: 2.02 2.03 2.00 3/85 14582
/proc/meminfo: memFree=1361544/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=96184 CPUtime=655.17
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 22618 0 0 0 65502 15 0 0 25 0 1 0 20965961 98492416 22604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 24046 22604 75 150 0 23893 0
Current children cumulated CPU time (s) 1415.58
Current children cumulated vsize (KiB) 118408

[startup+1482.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/85 14582
/proc/meminfo: memFree=1360008/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=98184 CPUtime=714.61
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 22998 0 0 0 71445 16 0 0 25 0 1 0 20965961 100540416 22984 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 24546 22984 75 150 0 24393 0
Current children cumulated CPU time (s) 1475.02
Current children cumulated vsize (KiB) 120408

[startup+1542.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/85 14582
/proc/meminfo: memFree=1358024/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=100132 CPUtime=774.05
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23467 0 0 0 77388 17 0 0 25 0 1 0 20965961 102535168 23453 996147200 134512640 135127466 4294956256 18446744073709551615 134530573 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25033 23453 75 150 0 24880 0
Current children cumulated CPU time (s) 1534.46
Current children cumulated vsize (KiB) 122356

[startup+1602.3 s]
/proc/loadavg: 2.16 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355976/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=833.49
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23971 0 0 0 83332 17 0 0 25 0 1 0 20965961 104587264 23957 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23957 75 150 0 25381 0
Current children cumulated CPU time (s) 1593.9
Current children cumulated vsize (KiB) 124360

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

[startup+1603.1 s]
/proc/loadavg: 2.16 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355976/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=834.28
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23972 0 0 0 83411 17 0 0 25 0 1 0 20965961 104587264 23958 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23958 75 150 0 25381 0
Current children cumulated CPU time (s) 1594.69
Current children cumulated vsize (KiB) 124360

[startup+1606.3 s]
/proc/loadavg: 2.15 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355976/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=837.45
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23977 0 0 0 83728 17 0 0 25 0 1 0 20965961 104587264 23963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1597.86
Current children cumulated vsize (KiB) 124360

[startup+1607.11 s]
/proc/loadavg: 2.15 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355912/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=838.24
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23977 0 0 0 83807 17 0 0 25 0 1 0 20965961 104587264 23963 996147200 134512640 135127466 4294956256 18446744073709551615 134530692 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1598.65
Current children cumulated vsize (KiB) 124360

[startup+1607.5 s]
/proc/loadavg: 2.15 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355912/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=838.64
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23977 0 0 0 83847 17 0 0 25 0 1 0 20965961 104587264 23963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1599.05
Current children cumulated vsize (KiB) 124360

[startup+1607.9 s]
/proc/loadavg: 2.15 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355912/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=760.41
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1374 44292 0 2 6 1 75973 61 16 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
[pid=14581] ppid=14508 vsize=5356 CPUtime=0
/proc/14581/stat : 14581 (sh) S 14508 14508 14375 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 20965961 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 253307183940 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/14581/statm: 1339 232 193 169 0 50 0
[pid=14582] ppid=14581 vsize=102136 CPUtime=839.04
/proc/14582/stat : 14582 (minisat) R 14581 14508 14375 0 -1 4194304 23977 0 0 0 83887 17 0 0 25 0 1 0 20965961 104587264 23963 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/14582/statm: 25534 23963 75 150 0 25381 0
Current children cumulated CPU time (s) 1599.45
Current children cumulated vsize (KiB) 124360

[startup+1608 s]
/proc/loadavg: 2.15 2.08 2.01 3/85 14582
/proc/meminfo: memFree=1355912/2055920 swapFree=4192956/4192956
[pid=14508] ppid=14506 vsize=16868 CPUtime=1599.5
/proc/14508/stat : 14508 (sugar) S 14506 14508 14375 0 -1 4194304 1427 68563 0 2 6 1 159862 81 17 0 1 0 20889870 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 253316083810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/14508/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1599.5
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1608.09
CPU time (s): 1599.65
CPU user time (s): 1598.77
CPU system time (s): 0.881865
CPU usage (%): 99.475
Max. virtual memory (cumulated for all children) (KiB): 892872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1598.77
system time used= 0.881865
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73756
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= 21922
involuntary context switches= 56152

runsolver used 2.00169 second user time and 5.42817 second system time

The end

Launcher Data

Begin job on node25 at 2009-07-11 20:50:35
IDJOB=2065340
IDBENCH=54351
IDSOLVER=739
FILE ID=node25/2065340-1247338235
PBS_JOBID= 9506790
Free space on /tmp= 66296 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rand-10-20-10/normalized-rand-10-20-10-5-10000-9_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-2065340-1247338235/watcher-2065340-1247338235 -o /tmp/evaluation-result-2065340-1247338235/solver-2065340-1247338235 -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-2065340-1247338235.xml

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

MD5SUM BENCH= fa3fd3e463227823f5510a53e7f059f4
RANDOM SEED=495325903

node25.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.231
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.231
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:        923840 kB
Buffers:         75824 kB
Cached:         871960 kB
SwapCached:          0 kB
Active:         445084 kB
Inactive:       611404 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        923840 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:            2380 kB
Writeback:           0 kB
Mapped:         129944 kB
Slab:            60452 kB
Committed_AS:   283792 kB
PageTables:       2184 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= 66300 MiB
End job on node25 at 2009-07-11 21:17:23