Trace number 2079816

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatSAT 87.1158 88.0298

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-366_ext.xml
MD5SUM3fde0730b7bb553a63078e1ae3e8acbb
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark3.2905
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints230
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension230
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:21:33 2009
0.00/0.08	c 0	PID 21118
0.06/0.08	c 0	HOST node55.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2079816-1247368893.xml TO HOME/temp.csp
0.06/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2079816-1247368893.xml' 'HOME/temp.csp'
0.07/0.59	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.07/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.60	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.07/0.68	c 1	Parsing HOME/temp.csp
0.57/0.83	c 1	parsed 319 expressions
0.57/0.84	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.57/0.84	c 1	Converting to clausal form CSP
0.57/0.87	c 1	converted 32 (10%) expressions
0.57/0.87	c 1	converted 64 (20%) expressions
0.57/0.88	c 1	converted 96 (30%) expressions
0.57/0.90	c 1	converted 128 (40%) expressions
0.57/0.90	c 1	converted 160 (50%) expressions
0.57/0.90	c 1	converted 192 (60%) expressions
0.57/0.91	c 1	converted 224 (70%) expressions
0.57/0.91	c 1	converted 256 (80%) expressions
0.57/0.91	c 1	converted 288 (90%) expressions
2.43/2.54	c 3	converted 319 (100%) expressions
2.43/2.55	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.43/2.55	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.55	c 3	Propagation in CSP
2.43/2.55	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.43/2.55	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.43/2.55	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.43/2.55	c 3	Simplifing CSP by introducing new Boolean variables
2.43/2.55	c 3	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
2.43/2.55	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.73/2.81	c 3	Encoding CSP to SAT : HOME/temp.cnf
2.73/2.83	c 3	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.73/2.84	c 3	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.73/2.84	c 3	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.73/2.84	c 3	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.73/2.85	c 3	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.73/2.85	c 3	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.73/2.85	c 3	43 (70%) CSP integer variables are encoded (20871 clauses, 290963 bytes)
2.73/2.86	c 3	49 (80%) CSP integer variables are encoded (21933 clauses, 306893 bytes)
2.73/2.86	c 3	55 (90%) CSP integer variables are encoded (22995 clauses, 322823 bytes)
2.73/2.86	c 3	61 (100%) CSP integer variables are encoded (23703 clauses, 333443 bytes)
2.82/2.90	c 3	23 (10%) CSP clauses are encoded (24200 clauses, 342760 bytes)
2.82/2.92	c 3	46 (20%) CSP clauses are encoded (24678 clauses, 353874 bytes)
2.82/2.94	c 3	69 (30%) CSP clauses are encoded (25157 clauses, 365197 bytes)
2.82/2.96	c 3	92 (40%) CSP clauses are encoded (25655 clauses, 376746 bytes)
2.82/2.97	c 3	115 (50%) CSP clauses are encoded (26132 clauses, 388071 bytes)
2.82/2.98	c 3	138 (60%) CSP clauses are encoded (26629 clauses, 399717 bytes)
2.93/3.00	c 3	161 (70%) CSP clauses are encoded (27125 clauses, 411747 bytes)
2.93/3.03	c 3	184 (80%) CSP clauses are encoded (27642 clauses, 424781 bytes)
2.93/3.06	c 3	207 (90%) CSP clauses are encoded (28174 clauses, 437987 bytes)
56.29/56.91	c 57	230 (100%) CSP clauses are encoded (640435 clauses, 20590680 bytes)
56.29/56.91	c 57	230 CSP clauses encoded
56.29/56.91	c 57	Writing map file : HOME/temp.map
56.29/56.91	c 57	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.29/56.91	c 57	SAT : 23762 SAT variables, 640435 SAT clauses, 20590680 bytes
56.29/56.91	c 57	Heap : 65 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
56.29/56.93	c 57	SOLVING HOME/temp.cnf
56.29/56.93	c 57	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
56.29/56.94	c 57	This is MiniSat 2.0 beta
56.29/56.94	c 57	WARNING: for repeatability, setting FPU to use double precision
56.29/56.94	c 57	============================[ Problem Statistics ]=============================
56.29/56.94	c 57	|                                                                             |
56.29/56.94	c 57	|  Number of variables:  23762                                                |
56.29/56.94	c 57	|  Number of clauses:    640435                                               |
56.66/57.37	c 58	|  Parsing time:         0.37         s                                       |
56.76/57.40	c 58	============================[ Search Statistics ]==============================
56.76/57.40	c 58	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
56.76/57.40	c 58	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
56.76/57.40	c 58	===============================================================================
56.76/57.40	c 58	|         0 |   22761   623304  3005578 |   207768        0    nan |  0.000 % |
56.86/57.54	c 58	|       102 |   22717   623304  3005578 |   228544       67      4 | 28.836 % |
56.96/57.61	c 58	|       252 |   22708   623304  3005578 |   251399      211      8 | 28.882 % |
57.06/57.75	c 58	|       477 |   22696   623304  3005578 |   276539      418     10 | 32.586 % |
57.26/57.96	c 58	|       815 |   22648   623304  3005578 |   304193      713      8 | 54.196 % |
57.45/58.18	c 58	|      1321 |   22588   623304  3005578 |   334612     1183      8 | 66.017 % |
57.95/58.62	c 59	|      2080 |   22462   623304  3005578 |   368073     1906      8 | 70.579 % |
58.64/59.31	c 60	|      3220 |   21570   623304  3005578 |   404881     3018     10 | 74.846 % |
60.02/60.74	c 61	|      4929 |   21502   623304  3005578 |   445369     4714     14 | 75.415 % |
62.21/62.97	c 63	|      7491 |   21475   623304  3005578 |   489906     7262     15 | 76.080 % |
66.97/67.73	c 68	|     11335 |   21413   623304  3005578 |   538896    11096     17 | 76.765 % |
71.62/72.46	c 73	|     17101 |    5520   416683  2040210 |   592786    15391     23 | 76.976 % |
82.32/83.22	c 83	|     25750 |    4936   367062  1796958 |   652064    22313     25 | 79.227 % |
86.68/87.67	c 88	===============================================================================
86.68/87.67	c 88	restarts              : 13
86.68/87.67	c 88	conflicts             : 29053          (956 /sec)
86.68/87.67	c 88	decisions             : 47912          (0.78 % random) (1577 /sec)
86.68/87.67	c 88	propagations          : 9761315        (321335 /sec)
86.68/87.67	c 88	conflict literals     : 682888         (50.39 % deleted)
86.68/87.67	c 88	Memory used           : 36.34 MB
86.68/87.67	c 88	CPU time              : 30.3774 s
86.68/87.67	c 88	
86.68/87.68	c 88	SATISFIABLE
86.68/87.69	c 88	DECODING HOME/temp.out WITH HOME/temp.map
86.68/87.69	c 88	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'
86.79/87.77	c 88	Decoding HOME/temp.out
86.97/87.99	s SATISFIABLE
86.97/87.99	v 5 2 9 0 16 15 8 2 11 11 19 4 17 24 15 6 4 16 14 12 1 23 18 4 3 1 20 12 12 25 6 0 2 11 10 1 13 6 7 3 2 17 19 30 34 58 64 80 92 115 119 120 132 157 157 168 169 175 178 178 0
86.97/88.00	c 88	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
87.07/88.02	c 88	CPU 87.08 (0.05 0.02 86.54 0.47)
87.07/88.02	c 88	END Sun Jul 12 05:23:01 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2079816-1247368893/watcher-2079816-1247368893 -o /tmp/evaluation-result-2079816-1247368893/solver-2079816-1247368893 -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-2079816-1247368893.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.00 2.00 2.00 4/75 21118
/proc/meminfo: memFree=1130904/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=12268 CPUtime=0
/proc/21118/stat : 21118 (sugar) R 21116 21118 20492 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23952635 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 248770509822 0 0 4224 0 0 0 0 17 1 0 0
/proc/21118/statm: 3067 316 241 3 0 167 0

[startup+0.0812451 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 21118
/proc/meminfo: memFree=1130904/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16740 CPUtime=0.06
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1152 0 0 0 5 1 0 0 18 0 1 0 23952635 17141760 1107 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4185 1107 406 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.103835 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 21118
/proc/meminfo: memFree=1130904/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.07
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301851 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 21118
/proc/meminfo: memFree=1130904/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.07
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701888 s]
/proc/loadavg: 2.00 2.00 2.00 4/75 21118
/proc/meminfo: memFree=1130904/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1309 6581 0 1 5 2 47 3 16 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50297 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21140
/proc/meminfo: memFree=1115520/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1309 6581 0 1 5 2 47 3 15 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
[pid=21131] ppid=21118 vsize=5356 CPUtime=0
/proc/21131/stat : 21131 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23952695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21131/statm: 1339 233 193 169 0 50 0
[pid=21132] ppid=21131 vsize=864352 CPUtime=0.87
/proc/21132/stat : 21132 (java) S 21131 21118 20492 0 -1 0 10436 0 1 0 83 4 0 0 18 0 9 0 23952696 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21132/statm: 216088 9512 2566 9 0 210593 0
[pid=21132/tid=21133] ppid=21131 vsize=864352 CPUtime=0.42
/proc/21132/task/21133/stat : 21133 (java) R 21131 21118 20492 0 -1 64 2768 0 1 0 41 1 0 0 22 0 9 0 23952697 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21134] ppid=21131 vsize=864352 CPUtime=0.38
/proc/21132/task/21134/stat : 21134 (java) R 21131 21118 20492 0 -1 64 6655 0 0 0 36 2 0 0 16 0 9 0 23952698 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 102758195 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864352 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864352 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23952698 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864352 CPUtime=0
/proc/21132/task/21137/stat : 21137 (java) S 21131 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23952700 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21138] ppid=21131 vsize=864352 CPUtime=0.04
/proc/21132/task/21138/stat : 21138 (java) S 21131 21118 20492 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 23952700 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21139] ppid=21131 vsize=864352 CPUtime=0
/proc/21132/task/21139/stat : 21139 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23952700 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21140] ppid=21131 vsize=864352 CPUtime=0
/proc/21132/task/21140/stat : 21140 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23952700 885096448 9512 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 886576

[startup+3.10211 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 21140
/proc/meminfo: memFree=1084736/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1310 6581 0 1 5 2 47 3 15 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
[pid=21131] ppid=21118 vsize=5356 CPUtime=0
/proc/21131/stat : 21131 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23952695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21131/statm: 1339 233 193 169 0 50 0
[pid=21132] ppid=21131 vsize=864464 CPUtime=2.45
/proc/21132/stat : 21132 (java) S 21131 21118 20492 0 -1 0 18306 0 1 0 237 8 0 0 18 0 9 0 23952696 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21132/statm: 216116 17201 2590 9 0 210593 0
[pid=21132/tid=21133] ppid=21131 vsize=864464 CPUtime=1.02
/proc/21132/task/21133/stat : 21133 (java) R 21131 21118 20492 0 -1 64 3398 0 1 0 100 2 0 0 25 0 9 0 23952697 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21134] ppid=21131 vsize=864464 CPUtime=1.32
/proc/21132/task/21134/stat : 21134 (java) R 21131 21118 20492 0 -1 64 13874 0 0 0 128 4 0 0 16 0 9 0 23952698 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 103797906 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21137/stat : 21137 (java) S 21131 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23952700 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21138] ppid=21131 vsize=864464 CPUtime=0.08
/proc/21132/task/21138/stat : 21138 (java) S 21131 21118 20492 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23952700 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21139] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21139/stat : 21139 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23952700 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21140] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21140/stat : 21140 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23952700 885211136 17201 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 886688

[startup+6.30239 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21140
/proc/meminfo: memFree=1064960/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1310 6581 0 1 5 2 47 3 15 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
[pid=21131] ppid=21118 vsize=5356 CPUtime=0
/proc/21131/stat : 21131 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23952695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21131/statm: 1339 233 193 169 0 50 0
[pid=21132] ppid=21131 vsize=864464 CPUtime=5.62
/proc/21132/stat : 21132 (java) S 21131 21118 20492 0 -1 0 19058 0 1 0 554 8 0 0 18 0 9 0 23952696 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21132/statm: 216116 17921 2590 9 0 210593 0
[pid=21132/tid=21133] ppid=21131 vsize=864464 CPUtime=4.12
/proc/21132/task/21133/stat : 21133 (java) R 21131 21118 20492 0 -1 64 3430 0 1 0 410 2 0 0 25 0 9 0 23952697 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21134] ppid=21131 vsize=864464 CPUtime=1.4
/proc/21132/task/21134/stat : 21134 (java) S 21131 21118 20492 0 -1 64 14594 0 0 0 135 5 0 0 16 0 9 0 23952698 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21137/stat : 21137 (java) S 21131 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23952700 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21138] ppid=21131 vsize=864464 CPUtime=0.08
/proc/21132/task/21138/stat : 21138 (java) S 21131 21118 20492 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 23952700 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21139] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21139/stat : 21139 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23952700 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21140] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21140/stat : 21140 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23952700 885211136 17921 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886688

[startup+12.703 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21140
/proc/meminfo: memFree=1057728/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1310 6581 0 1 5 2 47 3 15 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
[pid=21131] ppid=21118 vsize=5356 CPUtime=0
/proc/21131/stat : 21131 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23952695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21131/statm: 1339 233 193 169 0 50 0
[pid=21132] ppid=21131 vsize=864464 CPUtime=11.96
/proc/21132/stat : 21132 (java) S 21131 21118 20492 0 -1 0 20566 0 1 0 1184 12 0 0 18 0 9 0 23952696 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21132/statm: 216116 19347 2590 9 0 210593 0
[pid=21132/tid=21133] ppid=21131 vsize=864464 CPUtime=10.26
/proc/21132/task/21133/stat : 21133 (java) R 21131 21118 20492 0 -1 64 3512 0 1 0 1022 4 0 0 25 0 9 0 23952697 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4126585361 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21134] ppid=21131 vsize=864464 CPUtime=1.59
/proc/21132/task/21134/stat : 21134 (java) S 21131 21118 20492 0 -1 64 16019 0 0 0 153 6 0 0 16 0 9 0 23952698 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21137/stat : 21137 (java) S 21131 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23952700 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21138] ppid=21131 vsize=864464 CPUtime=0.08
/proc/21132/task/21138/stat : 21138 (java) S 21131 21118 20492 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23952700 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21139] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21139/stat : 21139 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23952700 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21140] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21140/stat : 21140 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23952700 885211136 19347 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 886688

[startup+25.5012 s]
/proc/loadavg: 2.00 2.00 2.00 3/86 21140
/proc/meminfo: memFree=1040256/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=0.57
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1310 6581 0 1 5 2 47 3 15 0 1 0 23952635 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1111 409 3 0 796 0
[pid=21131] ppid=21118 vsize=5356 CPUtime=0
/proc/21131/stat : 21131 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23952695 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21131/statm: 1339 233 193 169 0 50 0
[pid=21132] ppid=21131 vsize=864464 CPUtime=24.62
/proc/21132/stat : 21132 (java) S 21131 21118 20492 0 -1 0 23784 0 1 0 2445 17 0 0 18 0 9 0 23952696 885211136 22394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21132/statm: 216116 22394 2590 9 0 210593 0
[pid=21132/tid=21133] ppid=21131 vsize=864464 CPUtime=22.51
/proc/21132/task/21133/stat : 21133 (java) R 21131 21118 20492 0 -1 64 3683 0 1 0 2244 7 0 0 25 0 9 0 23952697 885211136 22394 996147200 134512640 134550932 4294955936 18446744073709551615 103210612 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21134] ppid=21131 vsize=864464 CPUtime=2
/proc/21132/task/21134/stat : 21134 (java) S 21131 21118 20492 0 -1 64 19063 0 0 0 192 8 0 0 16 0 9 0 23952698 885211136 22394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 22394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 22394 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864464 CPUtime=0

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

[pid=21132/tid=21134] ppid=21131 vsize=864464 CPUtime=3.2
/proc/21132/task/21134/stat : 21134 (java) S 21131 21118 20492 0 -1 64 26968 0 0 0 307 13 0 0 16 0 9 0 23952698 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21135] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21135/stat : 21135 (java) S 21131 21118 20492 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21136] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21136/stat : 21136 (java) S 21131 21118 20492 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23952698 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21137] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21137/stat : 21137 (java) S 21131 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23952700 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21138] ppid=21131 vsize=864464 CPUtime=0.09
/proc/21132/task/21138/stat : 21138 (java) S 21131 21118 20492 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 23952700 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21139] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21139/stat : 21139 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23952700 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21132/tid=21140] ppid=21131 vsize=864464 CPUtime=0
/proc/21132/task/21140/stat : 21140 (java) S 21131 21118 20492 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 23952700 885211136 25226 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 886688

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

[startup+63.9017 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070976/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=36780 CPUtime=6.88
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 8977 0 0 0 682 6 0 0 25 0 1 0 23958329 37662720 8963 996147200 134512640 135127466 4294956256 18446744073709551615 134530624 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9195 8963 75 150 0 9042 0
Current children cumulated CPU time (s) 63.2
Current children cumulated vsize (KiB) 59004

[startup+76.7018 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070592/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=37208 CPUtime=19.56
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 9087 0 0 0 1950 6 0 0 25 0 1 0 23958329 38100992 9073 996147200 134512640 135127466 4294956256 18446744073709551615 134530814 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9302 9073 75 150 0 9149 0
Current children cumulated CPU time (s) 75.88
Current children cumulated vsize (KiB) 59432

[startup+83.1024 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070592/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=37208 CPUtime=25.9
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 9092 0 0 0 2584 6 0 0 25 0 1 0 23958329 38100992 9078 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9302 9078 75 150 0 9149 0
Current children cumulated CPU time (s) 82.22
Current children cumulated vsize (KiB) 59432

[startup+86.3017 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070656/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=37208 CPUtime=29.07
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 9094 0 0 0 2901 6 0 0 25 0 1 0 23958329 38100992 9080 996147200 134512640 135127466 4294956256 18446744073709551615 134530679 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9302 9080 75 150 0 9149 0
Current children cumulated CPU time (s) 85.39
Current children cumulated vsize (KiB) 59432

[startup+87.1018 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070656/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=37208 CPUtime=29.86
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 9095 0 0 0 2980 6 0 0 25 0 1 0 23958329 38100992 9081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9302 9081 75 150 0 9149 0
Current children cumulated CPU time (s) 86.18
Current children cumulated vsize (KiB) 59432

[startup+87.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/78 21142
/proc/meminfo: memFree=1070656/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=56.32
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1376 38995 0 2 5 2 5588 37 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21141] ppid=21118 vsize=5356 CPUtime=0
/proc/21141/stat : 21141 (sh) S 21118 21118 20492 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23958329 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21141/statm: 1339 232 193 169 0 50 0
[pid=21142] ppid=21141 vsize=37208 CPUtime=30.26
/proc/21142/stat : 21142 (minisat) R 21141 21118 20492 0 -1 4194304 9095 0 0 0 3020 6 0 0 25 0 1 0 23958329 38100992 9081 996147200 134512640 135127466 4294956256 18446744073709551615 134530630 0 0 4096 3 0 0 0 17 1 0 0
/proc/21142/statm: 9302 9081 75 150 0 9149 0
Current children cumulated CPU time (s) 86.58
Current children cumulated vsize (KiB) 59432

[startup+87.9018 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 21152
/proc/meminfo: memFree=1102016/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=86.79
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1448 48385 0 2 5 2 8627 45 16 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21143] ppid=21118 vsize=5356 CPUtime=0
/proc/21143/stat : 21143 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23961404 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21143/statm: 1339 233 193 169 0 50 0
[pid=21144] ppid=21143 vsize=862012 CPUtime=0.18
/proc/21144/stat : 21144 (java) S 21143 21118 20492 0 -1 0 2854 0 1 0 17 1 0 0 18 0 9 0 23961404 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 215503 2325 1248 9 0 210416 0
[pid=21144/tid=21145] ppid=21143 vsize=862012 CPUtime=0.17
/proc/21144/task/21145/stat : 21145 (java) R 21143 21118 20492 0 -1 64 1951 0 1 0 16 1 0 0 18 0 9 0 23961406 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4125958488 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21146] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21146/stat : 21146 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23961407 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21147/stat : 21147 (java) S 21143 21118 20492 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23961407 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21148/stat : 21148 (java) S 21143 21118 20492 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23961407 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23961409 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21150/stat : 21150 (java) R 21143 21118 20492 0 -1 64 208 0 0 0 0 0 0 0 19 0 9 0 23961409 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23961409 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21143 vsize=862012 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 16 0 9 0 23961409 882700288 2325 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 86.97
Current children cumulated vsize (KiB) 884236

[startup+88.0069 s]
/proc/loadavg: 2.00 2.00 2.00 4/86 21152
/proc/meminfo: memFree=1102016/2055920 swapFree=4192952/4192956
[pid=21118] ppid=21116 vsize=16868 CPUtime=86.79
/proc/21118/stat : 21118 (sugar) S 21116 21118 20492 0 -1 4194304 1450 48385 0 2 5 2 8627 45 15 0 1 0 23952635 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 248770506850 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/21118/statm: 4217 1113 409 3 0 796 0
[pid=21143] ppid=21118 vsize=5356 CPUtime=0
/proc/21143/stat : 21143 (sh) S 21118 21118 20492 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23961404 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 248761606980 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/21143/statm: 1339 233 193 169 0 50 0
[pid=21144] ppid=21143 vsize=864156 CPUtime=0.28
/proc/21144/stat : 21144 (java) S 21143 21118 20492 0 -1 0 3472 0 1 0 26 2 0 0 18 0 9 0 23961404 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/21144/statm: 216039 2938 1706 9 0 210544 0
[pid=21144/tid=21145] ppid=21143 vsize=864156 CPUtime=0.24
/proc/21144/task/21145/stat : 21145 (java) S 21143 21118 20492 0 -1 64 2487 0 1 0 23 1 0 0 18 0 9 0 23961406 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21146] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21146/stat : 21146 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23961407 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21147] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21147/stat : 21147 (java) S 21143 21118 20492 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23961407 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21148] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21148/stat : 21148 (java) S 21143 21118 20492 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23961407 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21149] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21149/stat : 21149 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23961409 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21150] ppid=21143 vsize=864156 CPUtime=0.02
/proc/21144/task/21150/stat : 21150 (java) S 21143 21118 20492 0 -1 64 290 0 0 0 2 0 0 0 17 0 9 0 23961409 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21151] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21151/stat : 21151 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23961409 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=21144/tid=21152] ppid=21143 vsize=864156 CPUtime=0
/proc/21144/task/21152/stat : 21152 (java) S 21143 21118 20492 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23961409 884895744 2938 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 87.07
Current children cumulated vsize (KiB) 886380

Child status: 0
Real time (s): 88.0298
CPU time (s): 87.1158
CPU user time (s): 86.5998
CPU system time (s): 0.515921
CPU usage (%): 98.9617
Max. virtual memory (cumulated for all children) (KiB): 897064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.5998
system time used= 0.515921
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53686
page faults= 3
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9065
involuntary context switches= 10748

runsolver used 0.119981 second user time and 0.312952 second system time

The end

Launcher Data

Begin job on node55 at 2009-07-12 05:21:33
IDJOB=2079816
IDBENCH=56961
IDSOLVER=739
FILE ID=node55/2079816-1247368893
PBS_JOBID= 9507128
Free space on /tmp= 66380 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/travellingSalesman-20/normalized-tsp-20-366_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079816-1247368893/watcher-2079816-1247368893 -o /tmp/evaluation-result-2079816-1247368893/solver-2079816-1247368893 -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-2079816-1247368893.xml

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

MD5SUM BENCH= 3fde0730b7bb553a63078e1ae3e8acbb
RANDOM SEED=1387005456

node55.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1131384 kB
Buffers:         82452 kB
Cached:         538180 kB
SwapCached:          4 kB
Active:         392224 kB
Inactive:       455456 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1131384 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            1844 kB
Writeback:           0 kB
Mapped:         237804 kB
Slab:            61580 kB
Committed_AS:   499572 kB
PageTables:       2416 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= 66376 MiB
End job on node55 at 2009-07-12 05:23:01