Trace number 2071027

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 1555.57 1560.77

General information on the benchmark

Namecsp/golombRulerArity4/
normalized-ruler-44-10-a4.xml
MD5SUMd64b0b30fe6539783bc7e2d71db09770
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 benchmark38.4402
Satisfiable
(Un)Satisfiability was proved
Number of variables10
Number of constraints915
Maximum constraint arity4
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension915
Global constraints used (with number of constraints)

Solver Data

0.06/0.20	c 0	Sugar v1-14-6 + HOME/minisat
0.06/0.20	c 0	BEGIN Sun Jul 12 00:47:28 2009
0.06/0.20	c 0	PID 20194
0.06/0.22	c 0	HOST node92.alineos.net
0.06/0.22	c 0	CONVERTING HOME/instance-2071027-1247352448.xml TO HOME/temp.csp
0.06/0.22	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071027-1247352448.xml' 'HOME/temp.csp'
0.06/0.60	c 1	1 domains, 10 variables, 2 predicates, 0 relations, 915 constraints
0.06/0.64	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.64	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.43/0.71	c 1	Parsing HOME/temp.csp
0.43/0.79	c 1	parsed 928 expressions
0.43/0.81	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.43/0.81	c 1	Converting to clausal form CSP
0.43/0.87	c 1	converted 93 (10%) expressions
0.43/0.95	c 1	converted 186 (20%) expressions
0.43/0.97	c 1	converted 279 (30%) expressions
0.77/1.08	c 1	converted 372 (40%) expressions
0.87/1.12	c 1	converted 464 (50%) expressions
0.87/1.16	c 1	converted 557 (60%) expressions
0.87/1.18	c 1	converted 650 (70%) expressions
0.97/1.20	c 1	converted 743 (80%) expressions
0.97/1.22	c 1	converted 836 (90%) expressions
0.97/1.24	c 1	converted 928 (100%) expressions
0.97/1.24	c 1	CSP : 1270 integers, 0 booleans, 3435 clauses, largest domain size 84
0.97/1.24	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.97/1.24	c 1	Propagation in CSP
1.07/1.36	c 2	9360 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.07/1.36	c 2	CSP : 1270 integers, 0 booleans, 3435 clauses, largest domain size 71
1.07/1.36	c 2	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.07/1.36	c 2	Simplifing CSP by introducing new Boolean variables
1.07/1.38	c 2	CSP : 1270 integers, 1740 booleans, 5175 clauses, largest domain size 71
1.07/1.38	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.17/1.42	c 2	Encoding CSP to SAT : HOME/temp.cnf
1.17/1.45	c 2	127 (10%) CSP integer variables are encoded (8413 clauses, 107264 bytes)
1.17/1.46	c 2	254 (20%) CSP integer variables are encoded (17176 clauses, 235832 bytes)
1.17/1.48	c 2	381 (30%) CSP integer variables are encoded (25939 clauses, 367277 bytes)
1.17/1.49	c 2	508 (40%) CSP integer variables are encoded (34702 clauses, 498722 bytes)
1.26/1.50	c 2	635 (50%) CSP integer variables are encoded (43465 clauses, 630167 bytes)
1.26/1.51	c 2	762 (60%) CSP integer variables are encoded (52228 clauses, 761612 bytes)
1.26/1.52	c 2	889 (70%) CSP integer variables are encoded (60991 clauses, 893057 bytes)
1.26/1.53	c 2	1016 (80%) CSP integer variables are encoded (69754 clauses, 1024502 bytes)
1.26/1.54	c 2	1143 (90%) CSP integer variables are encoded (78517 clauses, 1155947 bytes)
1.26/1.55	c 2	1270 (100%) CSP integer variables are encoded (87280 clauses, 1287392 bytes)
1.57/1.80	c 2	518 (10%) CSP clauses are encoded (196186 clauses, 3525950 bytes)
2.16/2.42	c 3	1035 (20%) CSP clauses are encoded (551945 clauses, 9838322 bytes)
3.07/3.39	c 4	1553 (30%) CSP clauses are encoded (1126319 clauses, 20111823 bytes)
4.07/4.37	c 5	2070 (40%) CSP clauses are encoded (1699292 clauses, 30698708 bytes)
5.06/5.33	c 6	2588 (50%) CSP clauses are encoded (2272834 clauses, 41355196 bytes)
5.96/6.29	c 6	3105 (60%) CSP clauses are encoded (2845869 clauses, 51997513 bytes)
6.94/7.28	c 7	3623 (70%) CSP clauses are encoded (3420137 clauses, 62773582 bytes)
7.94/8.26	c 8	4140 (80%) CSP clauses are encoded (3993164 clauses, 73582883 bytes)
8.94/9.24	c 9	4658 (90%) CSP clauses are encoded (4567618 clauses, 84556488 bytes)
9.94/10.22	c 10	5175 (100%) CSP clauses are encoded (5141037 clauses, 95695522 bytes)
9.94/10.22	c 10	5175 CSP clauses encoded
9.94/10.23	c 10	Writing map file : HOME/temp.map
9.94/10.23	c 10	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.94/10.23	c 10	SAT : 90290 SAT variables, 5141037 SAT clauses, 95695522 bytes
9.94/10.23	c 10	Heap : 2 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
9.94/10.27	c 10	SOLVING HOME/temp.cnf
9.94/10.27	c 10	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
9.94/10.27	c 10	This is MiniSat 2.0 beta
9.94/10.27	c 10	WARNING: for repeatability, setting FPU to use double precision
9.94/10.27	c 10	============================[ Problem Statistics ]=============================
9.94/10.27	c 10	|                                                                             |
9.94/10.27	c 10	|  Number of variables:  90290                                                |
9.94/10.27	c 10	|  Number of clauses:    5141037                                              |
12.10/12.49	c 13	|  Parsing time:         1.89         s                                       |
12.29/12.60	c 13	============================[ Search Statistics ]==============================
12.29/12.60	c 13	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
12.29/12.60	c 13	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
12.29/12.60	c 13	===============================================================================
12.29/12.60	c 13	|         0 |   90290  5141037 16838096 |  1713679        0    nan |  0.000 % |
16.20/16.53	c 17	|       100 |   90289  5141037 16838096 |  1885046       99      5 |  0.016 % |
19.79/20.16	c 20	|       251 |   90286  5141037 16838096 |  2073551      248      6 |  3.753 % |
24.19/24.58	c 25	|       476 |   90286  5141037 16838096 |  2280906      473      7 |  3.753 % |
30.28/30.64	c 31	|       814 |   90286  5141037 16838096 |  2508997      811      7 |  3.753 % |
39.68/40.04	c 40	|      1320 |   90286  5141037 16838096 |  2759897     1317      7 |  3.753 % |
53.67/54.03	c 54	|      2079 |   90286  5141037 16838096 |  3035886     2076      8 |  3.753 % |
76.05/76.48	c 77	|      3218 |   90284  5141037 16838096 |  3339475     3214      8 |  7.490 % |
102.30/102.78	c 103	|      4926 |   90284  5141037 16838096 |  3673423     4921      8 |  7.498 % |
153.37/153.81	c 154	|      7488 |   83518  4686313 15327610 |  4040765     5125      9 | 16.456 % |
217.44/217.98	c 218	|     11335 |   83518  4686313 15327610 |  4444841     8972      9 | 16.456 % |
307.10/307.69	c 308	|     17101 |   75432  4106117 13414208 |  4889326    14049     10 | 16.456 % |
464.34/465.29	c 465	|     25751 |   75432  4106117 13414208 |  5378258    22699     10 | 16.456 % |
704.78/706.66	c 707	|     38726 |   75432  4106117 13414208 |  5916084    35674     11 | 16.456 % |
997.70/1000.80	c 1001	|     58188 |   62788  3114577 10181632 |  6507693    37894     11 | 30.460 % |
1446.62/1451.46	c 1452	|     87382 |   62193  3033103  9890395 |  7158462    45710     11 | 31.119 % |
1555.29/1560.57	c 1561	===============================================================================
1555.29/1560.57	c 1561	restarts              : 16
1555.29/1560.57	c 1561	conflicts             : 93244          (60 /sec)
1555.29/1560.57	c 1561	decisions             : 114523         (0.33 % random) (74 /sec)
1555.29/1560.57	c 1561	propagations          : 397718623      (257426 /sec)
1555.29/1560.57	c 1561	conflict literals     : 1016501        (21.90 % deleted)
1555.29/1560.57	c 1561	Memory used           : 233.04 MB
1555.29/1560.57	c 1561	CPU time              : 1544.98 s
1555.29/1560.57	c 1561	
1555.29/1560.57	c 1561	UNSATISFIABLE
1555.39/1560.61	c 1561	DECODING HOME/temp.out WITH HOME/temp.map
1555.39/1560.61	c 1561	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'
1555.39/1560.69	c 1561	Decoding HOME/temp.out
1555.40/1560.70	s UNSATISFIABLE
1555.40/1560.71	c 1561	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1555.40/1560.73	c 1561	CPU 1555.51 (0.05 0.02 1554.16 1.28)
1555.40/1560.73	c 1561	END Sun Jul 12 01:13:29 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-2071027-1247352448/watcher-2071027-1247352448 -o /tmp/evaluation-result-2071027-1247352448/solver-2071027-1247352448 -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-2071027-1247352448.xml 

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


[startup+0 s]
/proc/loadavg: 2.15 3.03 2.77 4/76 20194
/proc/meminfo: memFree=1938368/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=18576 CPUtime=0
/proc/20194/stat : 20194 (runsolver) D 20192 20194 19819 0 -1 4194368 15 0 0 0 0 0 0 0 18 0 1 0 22309845 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 251279240487 0 0 4096 24578 18446744071563608240 0 0 17 0 0 0
/proc/20194/statm: 4644 284 249 26 0 2626 0

[startup+0.0980059 s]
/proc/loadavg: 2.15 3.03 2.77 4/76 20194
/proc/meminfo: memFree=1938368/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=12272 CPUtime=0
/proc/20194/stat : 20194 (sugar) D 20192 20194 19819 0 -1 4194304 395 0 1 0 0 0 0 0 18 0 1 0 22309845 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/20194/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.101005 s]
/proc/loadavg: 2.15 3.03 2.77 4/76 20194
/proc/meminfo: memFree=1938368/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=12272 CPUtime=0
/proc/20194/stat : 20194 (sugar) D 20192 20194 19819 0 -1 4194304 395 0 1 0 0 0 0 0 18 0 1 0 22309845 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 0 18446744071563479169 0 0 17 0 0 0
/proc/20194/statm: 3068 364 274 3 0 168 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 12272

[startup+0.301035 s]
/proc/loadavg: 2.15 3.03 2.77 4/76 20194
/proc/meminfo: memFree=1938368/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=0.06
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1226 128 1 0 5 1 0 0 18 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701085 s]
/proc/loadavg: 2.15 3.03 2.77 4/76 20194
/proc/meminfo: memFree=1938368/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=0.43
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1291 4820 1 2 5 1 33 4 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 16868

[startup+1.50218 s]
/proc/loadavg: 2.15 3.03 2.77 4/87 20216
/proc/meminfo: memFree=1926632/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=0.43
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1309 4820 1 2 5 1 33 4 15 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20207] ppid=20194 vsize=5356 CPUtime=0
/proc/20207/stat : 20207 (sh) S 20194 20194 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22309910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20207/statm: 1339 233 193 169 0 50 0
[pid=20208] ppid=20207 vsize=868700 CPUtime=0.83
/proc/20208/stat : 20208 (java) S 20207 20194 19819 0 -1 0 6824 0 1 0 79 4 0 0 20 0 9 0 22309910 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20208/statm: 217175 6019 2589 9 0 211652 0
[pid=20208/tid=20209] ppid=20207 vsize=868700 CPUtime=0.55
/proc/20208/task/20209/stat : 20209 (java) R 20207 20194 19819 0 -1 64 2769 0 1 0 54 1 0 0 25 0 9 0 22309911 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20210] ppid=20207 vsize=868700 CPUtime=0.08
/proc/20208/task/20210/stat : 20210 (java) S 20207 20194 19819 0 -1 64 1859 0 0 0 7 1 0 0 16 0 9 0 22309912 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20211] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20211/stat : 20211 (java) S 20207 20194 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22309912 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20212] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20212/stat : 20212 (java) S 20207 20194 19819 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22309912 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20213] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20213/stat : 20213 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20214] ppid=20207 vsize=868700 CPUtime=0.18
/proc/20208/task/20214/stat : 20214 (java) S 20207 20194 19819 0 -1 64 1496 0 0 0 18 0 0 0 16 0 9 0 22309914 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20215] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20215/stat : 20215 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20216] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20216/stat : 20216 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22309914 889548800 6019 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 890924

[startup+3.10138 s]
/proc/loadavg: 2.15 3.03 2.77 3/87 20216
/proc/meminfo: memFree=1913192/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=0.43
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1309 4820 1 2 5 1 33 4 15 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20207] ppid=20194 vsize=5356 CPUtime=0
/proc/20207/stat : 20207 (sh) S 20194 20194 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22309910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20207/statm: 1339 233 193 169 0 50 0
[pid=20208] ppid=20207 vsize=868700 CPUtime=2.43
/proc/20208/stat : 20208 (java) S 20207 20194 19819 0 -1 0 7392 0 1 0 226 17 0 0 20 0 9 0 22309910 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20208/statm: 217175 6034 2589 9 0 211652 0
[pid=20208/tid=20209] ppid=20207 vsize=868700 CPUtime=2.01
/proc/20208/task/20209/stat : 20209 (java) R 20207 20194 19819 0 -1 64 3324 0 1 0 189 12 0 0 25 0 9 0 22309911 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20210] ppid=20207 vsize=868700 CPUtime=0.2
/proc/20208/task/20210/stat : 20210 (java) S 20207 20194 19819 0 -1 64 1859 0 0 0 17 3 0 0 16 0 9 0 22309912 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20211] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20211/stat : 20211 (java) S 20207 20194 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22309912 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20212] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20212/stat : 20212 (java) S 20207 20194 19819 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22309912 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20213] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20213/stat : 20213 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20214] ppid=20207 vsize=868700 CPUtime=0.19
/proc/20208/task/20214/stat : 20214 (java) S 20207 20194 19819 0 -1 64 1509 0 0 0 19 0 0 0 16 0 9 0 22309914 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20215] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20215/stat : 20215 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20216] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20216/stat : 20216 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22309914 889548800 6034 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 890924

[startup+6.30278 s]
/proc/loadavg: 2.21 3.03 2.77 3/87 20216
/proc/meminfo: memFree=1877352/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=0.43
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1309 4820 1 2 5 1 33 4 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20207] ppid=20194 vsize=5356 CPUtime=0
/proc/20207/stat : 20207 (sh) S 20194 20194 19819 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22309910 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20207/statm: 1339 233 193 169 0 50 0
[pid=20208] ppid=20207 vsize=868700 CPUtime=5.63
/proc/20208/stat : 20208 (java) S 20207 20194 19819 0 -1 0 8531 0 1 0 518 45 0 0 20 0 9 0 22309910 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/20208/statm: 217175 6035 2589 9 0 211652 0
[pid=20208/tid=20209] ppid=20207 vsize=868700 CPUtime=4.94
/proc/20208/task/20209/stat : 20209 (java) R 20207 20194 19819 0 -1 64 4462 0 1 0 460 34 0 0 25 0 9 0 22309911 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20210] ppid=20207 vsize=868700 CPUtime=0.47
/proc/20208/task/20210/stat : 20210 (java) S 20207 20194 19819 0 -1 64 1859 0 0 0 38 9 0 0 16 0 9 0 22309912 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20211] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20211/stat : 20211 (java) S 20207 20194 19819 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22309912 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20212] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20212/stat : 20212 (java) S 20207 20194 19819 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22309912 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20213] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20213/stat : 20213 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20214] ppid=20207 vsize=868700 CPUtime=0.19
/proc/20208/task/20214/stat : 20214 (java) S 20207 20194 19819 0 -1 64 1510 0 0 0 19 0 0 0 16 0 9 0 22309914 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20215] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20215/stat : 20215 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 25 0 9 0 22309914 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=20208/tid=20216] ppid=20207 vsize=868700 CPUtime=0
/proc/20208/task/20216/stat : 20216 (java) S 20207 20194 19819 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22309914 889548800 6035 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.06
Current children cumulated vsize (KiB) 890924

[startup+12.7016 s]
/proc/loadavg: 2.28 3.03 2.77 3/79 20218
/proc/meminfo: memFree=1673512/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 15 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=215840 CPUtime=2.42
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 52448 0 0 0 208 34 0 0 25 0 1 0 22310873 221020160 52434 996147200 134512640 135127466 4294956256 18446744073709551615 134706298 0 0 4096 3 0 0 0 17 0 0 0
/proc/20218/statm: 53960 52434 72 150 0 53807 0
Current children cumulated CPU time (s) 12.4
Current children cumulated vsize (KiB) 238064

[startup+25.5012 s]
/proc/loadavg: 2.36 3.01 2.77 3/79 20218
/proc/meminfo: memFree=1608752/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=235960 CPUtime=15.21
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 57443 0 0 0 1484 37 0 0 25 0 1 0 22310873 241623040 57429 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20218/statm: 58990 57429 75 150 0 58837 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 258184

[startup+51.1014 s]
/proc/loadavg: 2.23 2.93 2.75 3/79 20218
/proc/meminfo: memFree=1608176/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=236756 CPUtime=40.79
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 57618 0 0 0 4042 37 0 0 25 0 1 0 22310873 242438144 57604 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 0 0 0
/proc/20218/statm: 59189 57604 75 150 0 59036 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 258980

[startup+102.307 s]
/proc/loadavg: 2.10 2.78 2.71 3/79 20218
/proc/meminfo: memFree=1605488/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0

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

/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1228.37
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58055 0 0 0 122797 40 0 0 25 0 1 0 22310873 244350976 58041 996147200 134512640 135127466 4294956256 18446744073709551615 134530673 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58041 75 150 0 59503 0
Current children cumulated CPU time (s) 1238.35
Current children cumulated vsize (KiB) 260848

[startup+1302.3 s]
/proc/loadavg: 2.25 2.22 2.27 3/84 20263
/proc/meminfo: memFree=1545224/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1288.14
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58055 0 0 0 128774 40 0 0 25 0 1 0 22310873 244350976 58041 996147200 134512640 135127466 4294956256 18446744073709551615 134530676 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58041 75 150 0 59503 0
Current children cumulated CPU time (s) 1298.12
Current children cumulated vsize (KiB) 260848

[startup+1362.3 s]
/proc/loadavg: 2.18 2.21 2.26 3/84 20263
/proc/meminfo: memFree=1545224/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1347.9
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58055 0 0 0 134750 40 0 0 25 0 1 0 22310873 244350976 58041 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58041 75 150 0 59503 0
Current children cumulated CPU time (s) 1357.88
Current children cumulated vsize (KiB) 260848

[startup+1422.31 s]
/proc/loadavg: 2.22 2.21 2.26 3/84 20263
/proc/meminfo: memFree=1545224/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1407.66
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58057 0 0 0 140726 40 0 0 25 0 1 0 22310873 244350976 58043 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58043 75 150 0 59503 0
Current children cumulated CPU time (s) 1417.64
Current children cumulated vsize (KiB) 260848

[startup+1482.3 s]
/proc/loadavg: 2.20 2.20 2.25 3/84 20263
/proc/meminfo: memFree=1545224/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1467.42
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58062 0 0 0 146702 40 0 0 25 0 1 0 22310873 244350976 58048 996147200 134512640 135127466 4294956256 18446744073709551615 134530621 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58048 75 150 0 59503 0
Current children cumulated CPU time (s) 1477.4
Current children cumulated vsize (KiB) 260848

[startup+1542.3 s]
/proc/loadavg: 2.11 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1527.18
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 152678 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134523548 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1537.16
Current children cumulated vsize (KiB) 260848

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

[startup+1548.7 s]
/proc/loadavg: 2.09 2.17 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1533.55
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 153315 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134523542 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1543.53
Current children cumulated vsize (KiB) 260848

[startup+1555.1 s]
/proc/loadavg: 2.17 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1539.93
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 153953 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1549.91
Current children cumulated vsize (KiB) 260848

[startup+1558.3 s]
/proc/loadavg: 2.17 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1543.11
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 154271 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1553.09
Current children cumulated vsize (KiB) 260848

[startup+1559.9 s]
/proc/loadavg: 2.15 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1544.71
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 154431 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134530581 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1554.69
Current children cumulated vsize (KiB) 260848

[startup+1560.3 s]
/proc/loadavg: 2.15 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=9.98
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1372 15039 1 5 5 2 910 81 16 0 1 0 22309845 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20194/statm: 4217 1111 409 3 0 796 0
[pid=20217] ppid=20194 vsize=5356 CPUtime=0
/proc/20217/stat : 20217 (sh) S 20194 20194 19819 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22310872 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 251279237956 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20217/statm: 1339 232 193 169 0 50 0
[pid=20218] ppid=20217 vsize=238624 CPUtime=1545.11
/proc/20218/stat : 20218 (minisat) R 20217 20194 19819 0 -1 4194304 58068 0 0 0 154471 40 0 0 25 0 1 0 22310873 244350976 58054 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/20218/statm: 59656 58054 75 150 0 59503 0
Current children cumulated CPU time (s) 1555.09
Current children cumulated vsize (KiB) 260848

[startup+1560.7 s]
/proc/loadavg: 2.15 2.18 2.24 3/84 20263
/proc/meminfo: memFree=1545160/2055920 swapFree=4192812/4192956
[pid=20194] ppid=20192 vsize=16868 CPUtime=1555.4
/proc/20194/stat : 20194 (sugar) S 20192 20194 19819 0 -1 4194304 1442 73401 1 5 5 2 155408 125 15 0 1 0 22309845 17272832 1112 996147200 4194304 4206940 548682068608 18446744073709551615 251288137826 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/20194/statm: 4217 1112 409 3 0 796 0
Current children cumulated CPU time (s) 1555.4
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 1560.77
CPU time (s): 1555.57
CPU user time (s): 1554.22
CPU system time (s): 1.34879
CPU usage (%): 99.6669
Max. virtual memory (cumulated for all children) (KiB): 890924

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1554.22
system time used= 1.34879
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78595
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= 29861
involuntary context switches= 44506

runsolver used 1.48277 second user time and 4.24036 second system time

The end

Launcher Data

Begin job on node92 at 2009-07-12 00:47:28
IDJOB=2071027
IDBENCH=55428
IDSOLVER=739
FILE ID=node92/2071027-1247352448
PBS_JOBID= 9506858
Free space on /tmp= 66272 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/golombRulerArity4/normalized-ruler-44-10-a4.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-2071027-1247352448/watcher-2071027-1247352448 -o /tmp/evaluation-result-2071027-1247352448/solver-2071027-1247352448 -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-2071027-1247352448.xml

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

MD5SUM BENCH= d64b0b30fe6539783bc7e2d71db09770
RANDOM SEED=1954293151

node92.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.216
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.216
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1938784 kB
Buffers:          4000 kB
Cached:          37344 kB
SwapCached:          0 kB
Active:          54504 kB
Inactive:        14072 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1938784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1396 kB
Writeback:           0 kB
Mapped:          36768 kB
Slab:            33856 kB
Committed_AS:   232284 kB
PageTables:       1876 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= 66272 MiB
End job on node92 at 2009-07-12 01:13:29