Trace number 1064820

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.13+minisatUNSAT 140.591 142.558

General information on the benchmark

Namecsp/pseudo/uclid/
normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
MD5SUM9d4795f9e32ba7017720fe7b897ab8b7
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark140.591
Satisfiable
(Un)Satisfiability was proved
Number of variables23837
Number of constraints67567
Maximum constraint arity13
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension67567
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.15	c 0	Sugar v1-13 + HOME/minisat
0.00/0.15	c 0	BEGIN Fri Jul  4 06:03:27 2008
0.00/0.15	c 0	PID 11641
0.00/0.16	c 0	HOST node38.alineos.net
0.00/0.16	c 0	CONVERTING HOME/instance-1064820-1215144206.xml TO HOME/temp.csp
0.00/0.16	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1064820-1215144206.xml' 'HOME/temp.csp'
3.93/4.11	c 4	3 domains, 23837 variables, 11 predicates, 0 relations, 67567 constraints
3.93/4.15	c 4	ENCODING HOME/temp.csp TO HOME/temp.cnf
3.93/4.15	c 4	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
3.96/4.23	c 4	Parsing HOME/temp.csp
4.48/4.73	c 5	parsed 10000 expressions
4.67/4.93	c 5	parsed 20000 expressions
4.87/5.16	c 5	parsed 30000 expressions
5.07/5.34	c 5	parsed 40000 expressions
5.37/5.61	c 5	parsed 50000 expressions
5.56/5.80	c 6	parsed 60000 expressions
5.86/6.14	c 6	parsed 70000 expressions
6.06/6.38	c 6	parsed 80000 expressions
6.35/6.69	c 6	parsed 90000 expressions
6.54/6.80	c 7	parsed 91418 expressions
6.54/6.81	c 7	Heap : 32 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.54/6.81	c 7	Converting to clausal form CSP
6.54/6.87	c 7	converted 9142 (10%) expressions
6.54/6.88	c 7	converted 18284 (20%) expressions
7.04/7.38	c 7	converted 27426 (30%) expressions
7.24/7.56	c 7	converted 36568 (40%) expressions
7.45/7.74	c 8	converted 45709 (50%) expressions
7.63/7.93	c 8	converted 54851 (60%) expressions
7.84/8.10	c 8	converted 63993 (70%) expressions
8.03/8.33	c 8	converted 73135 (80%) expressions
8.23/8.55	c 8	converted 82277 (90%) expressions
11.00/11.33	c 11	converted 91418 (100%) expressions
11.00/11.34	c 11	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 150
11.00/11.34	c 11	Heap : 93 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.00/11.34	c 11	Propagation in CSP
11.69/12.03	c 12	13837 values, 0 unsatisfiable literals, and 0 valid clauses are removed
11.69/12.04	c 12	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 128
11.69/12.04	c 12	Heap : 94 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
11.69/12.08	c 12	Simplifing CSP by introducing new Boolean variables
11.79/12.14	c 12	CSP : 54493 integers, 0 booleans, 125766 clauses, largest domain size 128
11.79/12.14	c 12	Heap : 96 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
12.29/12.64	c 12	Encoding CSP to SAT : HOME/temp.cnf
12.29/12.68	c 12	5450 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.29/12.69	c 12	10899 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.38/12.70	c 12	16348 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.38/12.71	c 13	21798 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
12.48/12.80	c 13	27247 (50%) CSP integer variables are encoded (72221 clauses, 1083379 bytes)
12.68/13.03	c 13	32696 (60%) CSP integer variables are encoded (245029 clauses, 4017784 bytes)
12.88/13.28	c 13	38146 (70%) CSP integer variables are encoded (420918 clauses, 7007897 bytes)
13.17/13.51	c 13	43595 (80%) CSP integer variables are encoded (597660 clauses, 10012511 bytes)
13.37/13.73	c 14	49044 (90%) CSP integer variables are encoded (773820 clauses, 13007231 bytes)
13.57/13.96	c 14	54493 (100%) CSP integer variables are encoded (952216 clauses, 16050612 bytes)
13.67/14.09	c 14	12577 (10%) CSP clauses are encoded (964793 clauses, 16217253 bytes)
13.77/14.17	c 14	25154 (20%) CSP clauses are encoded (977370 clauses, 16387641 bytes)
13.88/14.25	c 14	37730 (30%) CSP clauses are encoded (989946 clauses, 16576281 bytes)
13.98/14.37	c 14	50307 (40%) CSP clauses are encoded (1002523 clauses, 16797856 bytes)
14.57/14.93	c 15	62883 (50%) CSP clauses are encoded (1132612 clauses, 19463950 bytes)
18.12/18.56	c 18	75460 (60%) CSP clauses are encoded (3032396 clauses, 62801975 bytes)
24.69/25.22	c 25	88037 (70%) CSP clauses are encoded (6478880 clauses, 145007124 bytes)
31.25/31.93	c 32	100613 (80%) CSP clauses are encoded (9937796 clauses, 227684318 bytes)
37.99/38.89	c 39	113190 (90%) CSP clauses are encoded (13498286 clauses, 312782807 bytes)
44.88/45.97	c 46	125766 (100%) CSP clauses are encoded (17117228 clauses, 399661078 bytes)
44.88/45.97	c 46	125766 CSP clauses encoded
44.88/45.97	c 46	Writing map file : HOME/temp.map
44.99/46.07	c 46	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
44.99/46.07	c 46	SAT : 1005487 SAT variables, 17117228 SAT clauses, 399661078 bytes
44.99/46.07	c 46	Heap : 68 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
45.07/46.12	c 46	SOLVING HOME/temp.cnf
45.07/46.12	c 46	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
45.07/46.13	c 46	This is MiniSat 2.0 beta
45.07/46.13	c 46	WARNING: for repeatability, setting FPU to use double precision
45.07/46.13	c 46	============================[ Problem Statistics ]=============================
45.07/46.13	c 46	|                                                                             |
45.07/46.13	c 46	|  Number of variables:  1005487                                              |
45.07/46.13	c 46	|  Number of clauses:    17117228                                             |
54.45/55.65	c 55	|  Parsing time:         8.06         s                                       |
54.95/56.11	c 56	============================[ Search Statistics ]==============================
54.95/56.11	c 56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
54.95/56.11	c 56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
54.95/56.11	c 56	===============================================================================
54.95/56.11	c 56	|         0 | 1005487 17117228 49089823 |  5705742        0    nan |  0.000 % |
63.56/64.83	c 65	|       101 | 1005479 17117228 49089823 |  6276316       98     12 |  0.002 % |
70.99/72.40	c 72	|       251 | 1005467 17117228 49089823 |  6903948      243     13 |  0.004 % |
82.18/83.63	c 83	|       476 | 1005467 17117228 49089823 |  7594343      468     15 |  0.004 % |
95.16/96.70	c 96	|       813 | 1005465 17117228 49089823 |  8353777      804     15 |  0.013 % |
112.40/114.19	c 114	|      1319 | 1005462 17117228 49089823 |  9189155     1310     15 |  0.013 % |
135.47/137.44	c 137	|      2079 | 1002154 17036172 48856579 | 10108071     1177     12 |  0.331 % |
139.53/141.51	c 141	===============================================================================
139.53/141.51	c 141	restarts              : 7
139.53/141.52	c 141	conflicts             : 2237           (24 /sec)
139.53/141.52	c 141	decisions             : 3720           (1.75 % random) (40 /sec)
139.53/141.52	c 141	propagations          : 68058421       (731718 /sec)
139.53/141.52	c 141	conflict literals     : 27990          (42.60 % deleted)
139.53/141.52	c 141	Memory used           : 765.98 MB
139.53/141.52	c 141	CPU time              : 93.0119 s
139.53/141.52	c 141	
139.53/141.52	c 141	UNSATISFIABLE
139.63/141.65	c 141	DECODING HOME/temp.out WITH HOME/temp.map
139.63/141.65	c 141	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
139.70/141.74	c 142	Decoding HOME/temp.out
140.32/142.31	s UNSATISFIABLE
140.32/142.32	c 142	Heap : 5 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
140.32/142.35	c 142	CPU 135.61 (0.05 0.01 135.56 4.73)
140.32/142.35	c 142	END Fri Jul  4 06:05:49 2008

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064820-1215144206/watcher-1064820-1215144206 -o /tmp/evaluation-result-1064820-1215144206/solver-1064820-1215144206 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1064820-1215144206.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11641
/proc/meminfo: memFree=1788928/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=18572 CPUtime=0
/proc/11641/stat : 11641 (runsolver) R 11639 11641 11604 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 1544091084 19017728 292 996147200 4194304 4296836 548682068272 18446744073709551615 266890439975 0 0 4096 24578 0 0 0 17 1 0 0
/proc/11641/statm: 4643 292 257 25 0 2626 0

[startup+0.101906 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11641
/proc/meminfo: memFree=1788928/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=12272 CPUtime=0
/proc/11641/stat : 11641 (sugar) D 11639 11641 11604 0 -1 4194304 359 0 3 0 0 0 0 0 18 0 1 0 1544091084 12566528 330 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 0 18446744071563479169 0 0 17 1 0 0
/proc/11641/statm: 3068 330 246 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.201924 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11641
/proc/meminfo: memFree=1788928/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=0.04
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1544091084 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.301933 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11641
/proc/meminfo: memFree=1788928/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=0.04
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1544091084 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701977 s]
/proc/loadavg: 1.94 1.98 1.99 4/81 11641
/proc/meminfo: memFree=1788928/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=0.04
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1544091084 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+1.50207 s]
/proc/loadavg: 1.94 1.98 1.99 4/92 11653
/proc/meminfo: memFree=1751208/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=0.04
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1544091084 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 796 370 3 0 500 0
[pid=11644] ppid=11641 vsize=5356 CPUtime=0
/proc/11644/stat : 11644 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1544091100 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11644/statm: 1339 233 193 169 0 50 0
[pid=11645] ppid=11644 vsize=864656 CPUtime=1.31
/proc/11645/stat : 11645 (java) S 11644 11641 11604 0 -1 0 16836 0 1 0 121 10 0 0 22 0 9 0 1544091100 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11645/statm: 216164 14383 2529 9 0 210746 0
[pid=11645/tid=11646] ppid=11644 vsize=864656 CPUtime=0.68
/proc/11645/task/11646/stat : 11646 (java) R 11644 11641 11604 0 -1 64 3020 0 1 0 66 2 0 0 25 0 9 0 1544091102 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4126433817 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11647] ppid=11644 vsize=864656 CPUtime=0.5
/proc/11645/task/11647/stat : 11647 (java) S 11644 11641 11604 0 -1 64 12632 0 0 0 44 6 0 0 16 0 9 0 1544091103 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11644 vsize=864656 CPUtime=0
/proc/11645/task/11648/stat : 11648 (java) S 11644 11641 11604 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091103 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11644 vsize=864656 CPUtime=0
/proc/11645/task/11649/stat : 11649 (java) S 11644 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 1544091103 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11644 vsize=864656 CPUtime=0
/proc/11645/task/11650/stat : 11650 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544091105 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11644 vsize=864656 CPUtime=0.09
/proc/11645/task/11651/stat : 11651 (java) S 11644 11641 11604 0 -1 64 484 0 0 0 9 0 0 0 16 0 9 0 1544091105 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11652] ppid=11644 vsize=864656 CPUtime=0
/proc/11645/task/11652/stat : 11652 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544091105 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11644 vsize=864656 CPUtime=0
/proc/11645/task/11653/stat : 11653 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544091105 885407744 14383 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 883612

[startup+3.10225 s]
/proc/loadavg: 1.94 1.98 1.99 5/92 11653
/proc/meminfo: memFree=1709992/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=0.04
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 897 127 3 0 3 1 0 0 19 0 1 0 1544091084 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 796 370 3 0 500 0
[pid=11644] ppid=11641 vsize=5356 CPUtime=0
/proc/11644/stat : 11644 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 21 0 1 0 1544091100 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11644/statm: 1339 233 193 169 0 50 0
[pid=11645] ppid=11644 vsize=864672 CPUtime=2.9
/proc/11645/stat : 11645 (java) S 11644 11641 11604 0 -1 0 34387 0 1 0 270 20 0 0 22 0 9 0 1544091100 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11645/statm: 216168 28979 2529 9 0 210750 0
[pid=11645/tid=11646] ppid=11644 vsize=864672 CPUtime=1.34
/proc/11645/task/11646/stat : 11646 (java) R 11644 11641 11604 0 -1 64 3877 0 1 0 131 3 0 0 25 0 9 0 1544091102 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4126122480 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11647] ppid=11644 vsize=864672 CPUtime=1.41
/proc/11645/task/11647/stat : 11647 (java) S 11644 11641 11604 0 -1 64 29308 0 0 0 126 15 0 0 16 0 9 0 1544091103 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11648] ppid=11644 vsize=864672 CPUtime=0
/proc/11645/task/11648/stat : 11648 (java) S 11644 11641 11604 0 -1 64 13 0 0 0 0 0 0 0 16 0 9 0 1544091103 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11649] ppid=11644 vsize=864672 CPUtime=0
/proc/11645/task/11649/stat : 11649 (java) S 11644 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544091103 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11650] ppid=11644 vsize=864672 CPUtime=0
/proc/11645/task/11650/stat : 11650 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544091105 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11651] ppid=11644 vsize=864672 CPUtime=0.12
/proc/11645/task/11651/stat : 11651 (java) S 11644 11641 11604 0 -1 64 502 0 0 0 12 0 0 0 16 0 9 0 1544091105 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11652] ppid=11644 vsize=864672 CPUtime=0
/proc/11645/task/11652/stat : 11652 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544091105 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11645/tid=11653] ppid=11644 vsize=864672 CPUtime=0
/proc/11645/task/11653/stat : 11653 (java) S 11644 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544091105 885424128 28979 996147200 134512640 134550740 4294956016 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 883628

[startup+6.30161 s]
/proc/loadavg: 1.94 1.98 1.99 3/92 11663
/proc/meminfo: memFree=1762152/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=3.96
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 970 36496 3 1 3 1 367 25 15 0 1 0 1544091084 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 797 370 3 0 500 0
[pid=11654] ppid=11641 vsize=5356 CPUtime=0
/proc/11654/stat : 11654 (sh) S 11641 11641 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544091499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1339 233 193 169 0 50 0
[pid=11655] ppid=11654 vsize=864104 CPUtime=2.1
/proc/11655/stat : 11655 (java) S 11654 11641 11604 0 -1 0 11628 0 1 0 201 9 0 0 18 0 9 0 1544091499 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 216026 9902 2532 9 0 210608 0
[pid=11655/tid=11656] ppid=11654 vsize=864104 CPUtime=1.36
/proc/11655/task/11656/stat : 11656 (java) R 11654 11641 11604 0 -1 64 2914 0 1 0 133 3 0 0 25 0 9 0 1544091500 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4126520597 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11657] ppid=11654 vsize=864104 CPUtime=0.64
/proc/11655/task/11657/stat : 11657 (java) S 11654 11641 11604 0 -1 64 7680 0 0 0 60 4 0 0 16 0 9 0 1544091501 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11654 vsize=864104 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11654 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544091502 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11654 vsize=864104 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11654 11641 11604 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 1544091502 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11654 vsize=864104 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11654 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544091504 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11654 vsize=864104 CPUtime=0.07
/proc/11655/task/11661/stat : 11661 (java) S 11654 11641 11604 0 -1 64 338 0 0 0 7 0 0 0 16 0 9 0 1544091504 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11654 vsize=864104 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11654 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544091504 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11654 vsize=864104 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11654 11641 11604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091504 884842496 9902 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 883060

[startup+12.7023 s]
/proc/loadavg: 1.95 1.98 1.99 4/92 11663
/proc/meminfo: memFree=1672304/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=3.96
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 971 36496 3 1 3 1 367 25 15 0 1 0 1544091084 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 797 370 3 0 500 0
[pid=11654] ppid=11641 vsize=5356 CPUtime=0
/proc/11654/stat : 11654 (sh) S 11641 11641 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544091499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1339 233 193 169 0 50 0
[pid=11655] ppid=11654 vsize=868512 CPUtime=8.42
/proc/11655/stat : 11655 (java) S 11654 11641 11604 0 -1 0 44790 0 2 0 814 28 0 0 18 0 9 0 1544091499 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 217128 29649 2564 9 0 211675 0
[pid=11655/tid=11656] ppid=11654 vsize=868512 CPUtime=5.28
/proc/11655/task/11656/stat : 11656 (java) R 11654 11641 11604 0 -1 64 3840 0 2 0 524 4 0 0 24 0 9 0 1544091500 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4126893111 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11657] ppid=11654 vsize=868512 CPUtime=2.85
/proc/11655/task/11657/stat : 11657 (java) S 11654 11641 11604 0 -1 64 38754 0 0 0 264 21 0 0 16 0 9 0 1544091501 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11654 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544091502 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11654 11641 11604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1544091502 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11660] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11660/stat : 11660 (java) S 11654 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1544091504 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11661] ppid=11654 vsize=868512 CPUtime=0.26
/proc/11655/task/11661/stat : 11661 (java) S 11654 11641 11604 0 -1 64 1500 0 0 0 26 0 0 0 16 0 9 0 1544091504 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11662] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11662/stat : 11662 (java) S 11654 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1544091504 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11663] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11663/stat : 11663 (java) S 11654 11641 11604 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1544091504 889356288 29649 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.38
Current children cumulated vsize (KiB) 887468

[startup+25.5028 s]
/proc/loadavg: 2.04 2.00 2.00 3/92 11663
/proc/meminfo: memFree=1521904/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=3.97
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 971 36496 3 1 4 1 367 25 16 0 1 0 1544091084 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 797 370 3 0 500 0
[pid=11654] ppid=11641 vsize=5356 CPUtime=0
/proc/11654/stat : 11654 (sh) S 11641 11641 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544091499 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11654/statm: 1339 233 193 169 0 50 0
[pid=11655] ppid=11654 vsize=868512 CPUtime=21.01
/proc/11655/stat : 11655 (java) S 11654 11641 11604 0 -1 0 45287 0 2 0 1979 122 0 0 18 0 9 0 1544091499 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11655/statm: 217128 29667 2565 9 0 211675 0
[pid=11655/tid=11656] ppid=11654 vsize=868512 CPUtime=17.54
/proc/11655/task/11656/stat : 11656 (java) R 11654 11641 11604 0 -1 64 4322 0 2 0 1659 95 0 0 25 0 9 0 1544091500 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4126478565 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11657] ppid=11654 vsize=868512 CPUtime=3.15
/proc/11655/task/11657/stat : 11657 (java) S 11654 11641 11604 0 -1 64 38754 0 0 0 290 25 0 0 16 0 9 0 1544091501 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11658] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11658/stat : 11658 (java) S 11654 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1544091502 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11655/tid=11659] ppid=11654 vsize=868512 CPUtime=0
/proc/11655/task/11659/stat : 11659 (java) S 11654 11641 11604 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1544091502 889356288 29667 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0

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

[startup+51.1016 s]
/proc/loadavg: 2.37 2.08 2.02 3/84 11665
/proc/meminfo: memFree=1010096/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=417092 CPUtime=4.9
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 99759 0 0 0 416 74 0 0 25 0 1 0 1544095697 427102208 99745 996147200 134512640 135127466 4294956272 18446744073709551615 134718343 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 104273 99745 62 150 0 104120 0
Current children cumulated CPU time (s) 49.99
Current children cumulated vsize (KiB) 436048

[startup+102.301 s]
/proc/loadavg: 2.16 2.06 2.02 3/84 11665
/proc/meminfo: memFree=597872/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=782912 CPUtime=55.62
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193314 0 0 0 5417 145 0 0 25 0 1 0 1544095697 801701888 193300 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 195728 193300 75 150 0 195575 0
Current children cumulated CPU time (s) 100.71
Current children cumulated vsize (KiB) 801868

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

[startup+102.406 s]
/proc/loadavg: 2.16 2.06 2.02 3/84 11665
/proc/meminfo: memFree=597872/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=782912 CPUtime=55.72
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193314 0 0 0 5427 145 0 0 25 0 1 0 1544095697 801701888 193300 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 195728 193300 75 150 0 195575 0
Current children cumulated CPU time (s) 100.81
Current children cumulated vsize (KiB) 801868

[startup+128.001 s]
/proc/loadavg: 2.10 2.06 2.02 3/84 11665
/proc/meminfo: memFree=593328/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=784364 CPUtime=81.07
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193668 0 0 0 7962 145 0 0 25 0 1 0 1544095697 803188736 193654 996147200 134512640 135127466 4294956272 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 196091 193654 75 150 0 195938 0
Current children cumulated CPU time (s) 126.16
Current children cumulated vsize (KiB) 803320

[startup+134.402 s]
/proc/loadavg: 2.17 2.07 2.02 3/84 11665
/proc/meminfo: memFree=592816/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=784364 CPUtime=87.4
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193674 0 0 0 8595 145 0 0 25 0 1 0 1544095697 803188736 193660 996147200 134512640 135127466 4294956272 18446744073709551615 134530641 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 196091 193660 75 150 0 195938 0
Current children cumulated CPU time (s) 132.49
Current children cumulated vsize (KiB) 803320

[startup+137.606 s]
/proc/loadavg: 2.17 2.07 2.02 3/84 11665
/proc/meminfo: memFree=592624/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=784364 CPUtime=90.58
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193674 0 0 0 8913 145 0 0 25 0 1 0 1544095697 803188736 193660 996147200 134512640 135127466 4294956272 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 196091 193660 75 150 0 195938 0
Current children cumulated CPU time (s) 135.67
Current children cumulated vsize (KiB) 803320

[startup+140.803 s]
/proc/loadavg: 2.15 2.07 2.02 3/84 11665
/proc/meminfo: memFree=592368/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=784364 CPUtime=93.75
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194304 193674 0 0 0 9230 145 0 0 25 0 1 0 1544095697 803188736 193660 996147200 134512640 135127466 4294956272 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 196091 193660 75 150 0 195938 0
Current children cumulated CPU time (s) 138.84
Current children cumulated vsize (KiB) 803320

[startup+141.603 s]
/proc/loadavg: 2.15 2.07 2.02 3/84 11665
/proc/meminfo: memFree=592368/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=45.09
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1030 82888 3 3 5 1 4193 310 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11664] ppid=11641 vsize=5356 CPUtime=0
/proc/11664/stat : 11664 (sh) S 11641 11641 11604 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1544095696 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11664/statm: 1339 232 193 169 0 50 0
[pid=11665] ppid=11664 vsize=0 CPUtime=94.54
/proc/11665/stat : 11665 (minisat) R 11664 11641 11604 0 -1 4194308 193683 0 0 0 9301 153 0 0 25 0 1 0 1544095697 0 0 996147200 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/11665/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 139.63
Current children cumulated vsize (KiB) 18956

[startup+142.008 s]
/proc/loadavg: 2.15 2.07 2.02 4/92 11675
/proc/meminfo: memFree=1363056/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=139.7
/proc/11641/stat : 11641 (sugar) S 11639 11641 11604 0 -1 4194304 1088 276856 3 3 5 1 13495 469 16 0 1 0 1544091084 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 266899337314 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/11641/statm: 3400 799 370 3 0 500 0
[pid=11666] ppid=11641 vsize=5356 CPUtime=0
/proc/11666/stat : 11666 (sh) S 11641 11641 11604 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1544105249 5484544 233 996147200 4194304 4889804 548682068768 18446744073709551615 266890437444 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/11666/statm: 1339 233 193 169 0 50 0
[pid=11667] ppid=11666 vsize=863720 CPUtime=0.33
/proc/11667/stat : 11667 (java) S 11666 11641 11604 0 -1 0 3516 0 1 0 31 2 0 0 18 0 9 0 1544105249 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/11667/statm: 215930 2990 1649 9 0 210512 0
[pid=11667/tid=11668] ppid=11666 vsize=863720 CPUtime=0.29
/proc/11667/task/11668/stat : 11668 (java) R 11666 11641 11604 0 -1 64 2436 0 1 0 28 1 0 0 19 0 9 0 1544105251 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4125960881 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11669] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11669/stat : 11669 (java) S 11666 11641 11604 0 -1 64 161 0 0 0 0 0 0 0 16 0 9 0 1544105252 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11670] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11670/stat : 11670 (java) S 11666 11641 11604 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 1544105252 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11671] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11671/stat : 11671 (java) S 11666 11641 11604 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 1544105252 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11672] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11672/stat : 11672 (java) S 11666 11641 11604 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 1544105254 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11673] ppid=11666 vsize=863720 CPUtime=0.02
/proc/11667/task/11673/stat : 11673 (java) R 11666 11641 11604 0 -1 64 227 0 0 0 2 0 0 0 19 0 9 0 1544105254 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 101913851 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11674] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11674/stat : 11674 (java) S 11666 11641 11604 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1544105254 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=11667/tid=11675] ppid=11666 vsize=863720 CPUtime=0
/proc/11667/task/11675/stat : 11675 (java) S 11666 11641 11604 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1544105254 884449280 2990 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 140.03
Current children cumulated vsize (KiB) 882676

[startup+142.403 s]
/proc/loadavg: 2.15 2.07 2.02 4/92 11675
/proc/meminfo: memFree=1363056/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=140.41
/proc/11641/stat : 11641 (sugar) R 11639 11641 11604 0 -1 4194304 1115 283197 3 4 5 7 13556 473 16 0 1 0 1544091084 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11641/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 140.41
Current children cumulated vsize (KiB) 13600

[startup+142.503 s]
/proc/loadavg: 2.15 2.07 2.02 4/92 11675
/proc/meminfo: memFree=1363056/2055920 swapFree=4112284/4192956
[pid=11641] ppid=11639 vsize=13600 CPUtime=140.51
/proc/11641/stat : 11641 (sugar) R 11639 11641 11604 0 -1 4194304 1115 283197 3 4 5 17 13556 473 16 0 1 0 1544091084 13926400 800 996147200 4194304 4206940 548682068608 18446744073709551615 266890613801 0 0 4224 16386 0 0 0 17 1 0 0
/proc/11641/statm: 3400 800 371 3 0 500 0
Current children cumulated CPU time (s) 140.51
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 142.558
CPU time (s): 140.591
CPU user time (s): 135.62
CPU system time (s): 4.97024
CPU usage (%): 98.6199
Max. virtual memory (cumulated for all children) (KiB): 908848

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 135.62
system time used= 4.97024
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 284342
page faults= 7
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14912
involuntary context switches= 19832

runsolver used 0.188971 second user time and 0.490925 second system time

The end

Launcher Data (download as text)

Begin job on node38 at 2008-07-04 06:03:27
IDJOB=1064820
IDBENCH=54996
IDSOLVER=346
FILE ID=node38/1064820-1215144206
PBS_JOBID= 7877404
Free space on /tmp= 66536 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/pseudo/uclid/normalized-cache-ibm-q-unbounded-Icl2arity-ucl.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1064820-1215144206/watcher-1064820-1215144206 -o /tmp/evaluation-result-1064820-1215144206/solver-1064820-1215144206 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1064820-1215144206.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 9d4795f9e32ba7017720fe7b897ab8b7
RANDOM SEED=1450414295

node38.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.223
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.223
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:       1789408 kB
Buffers:         11996 kB
Cached:          79376 kB
SwapCached:      74888 kB
Active:         178692 kB
Inactive:        33284 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1789408 kB
SwapTotal:     4192956 kB
SwapFree:      4112284 kB
Dirty:           18416 kB
Writeback:           0 kB
Mapped:         136512 kB
Slab:            39440 kB
Committed_AS:  2880640 kB
PageTables:       2192 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66536 MiB
End job on node38 at 2008-07-04 06:05:49