Trace number 2071510

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+picosatSAT 131.031 132.432

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-843_ext.xml
MD5SUM8cd97389cab29f912677fbc361921ea8
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 benchmark6.13407
Satisfiable
(Un)Satisfiability was proved
Number of variables76
Number of constraints350
Maximum constraint arity3
Maximum domain size1001
Number of constraints which are defined in extension350
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.05/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.05/0.08	c 0	BEGIN Sun Jul 12 01:12:04 2009
0.05/0.08	c 0	PID 16390
0.05/0.08	c 0	HOST node66.alineos.net
0.05/0.08	c 0	CONVERTING HOME/instance-2071510-1247353924.xml TO HOME/temp.csp
0.05/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-2071510-1247353924.xml' 'HOME/temp.csp'
0.06/0.60	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.60	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/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.06/0.69	c 1	Parsing HOME/temp.csp
0.57/0.83	c 1	parsed 459 expressions
0.57/0.84	c 1	Heap : 1 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.86	c 1	converted 46 (10%) expressions
0.57/0.87	c 1	converted 92 (20%) expressions
0.57/0.89	c 1	converted 138 (30%) expressions
0.57/0.89	c 1	converted 184 (40%) expressions
0.57/0.90	c 1	converted 230 (50%) expressions
0.57/0.90	c 1	converted 276 (60%) expressions
0.57/0.91	c 1	converted 322 (70%) expressions
0.57/0.91	c 1	converted 368 (80%) expressions
0.57/0.92	c 1	converted 414 (90%) expressions
2.42/2.54	c 3	converted 459 (100%) expressions
2.42/2.54	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.42/2.54	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.54	c 3	Propagation in CSP
2.42/2.55	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.42/2.55	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.42/2.55	c 3	Heap : 46 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.42/2.55	c 3	Simplifing CSP by introducing new Boolean variables
2.42/2.55	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.42/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	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.73/2.84	c 3	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.73/2.84	c 3	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.73/2.85	c 3	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.73/2.85	c 3	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.73/2.86	c 3	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.73/2.86	c 3	54 (70%) CSP integer variables are encoded (26166 clauses, 370388 bytes)
2.73/2.86	c 3	61 (80%) CSP integer variables are encoded (27244 clauses, 386558 bytes)
2.73/2.86	c 3	69 (90%) CSP integer variables are encoded (28476 clauses, 405038 bytes)
2.73/2.87	c 3	76 (100%) CSP integer variables are encoded (29246 clauses, 416588 bytes)
2.82/2.93	c 3	35 (10%) CSP clauses are encoded (30168 clauses, 435117 bytes)
2.82/2.95	c 3	70 (20%) CSP clauses are encoded (31067 clauses, 456939 bytes)
2.82/2.98	c 3	105 (30%) CSP clauses are encoded (31988 clauses, 478767 bytes)
2.92/3.00	c 3	140 (40%) CSP clauses are encoded (32910 clauses, 500802 bytes)
2.92/3.02	c 3	175 (50%) CSP clauses are encoded (33833 clauses, 523053 bytes)
2.92/3.05	c 3	210 (60%) CSP clauses are encoded (34755 clauses, 545769 bytes)
2.92/3.07	c 3	245 (70%) CSP clauses are encoded (35675 clauses, 569962 bytes)
3.02/3.11	c 3	280 (80%) CSP clauses are encoded (36621 clauses, 594521 bytes)
3.02/3.16	c 3	315 (90%) CSP clauses are encoded (37611 clauses, 619669 bytes)
49.03/49.64	c 50	350 (100%) CSP clauses are encoded (625741 clauses, 20091814 bytes)
49.03/49.64	c 50	350 CSP clauses encoded
49.03/49.64	c 50	Writing map file : HOME/temp.map
49.03/49.65	c 50	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.03/49.65	c 50	SAT : 29320 SAT variables, 625741 SAT clauses, 20091814 bytes
49.03/49.65	c 50	Heap : 59 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
49.09/49.71	c 50	SOLVING HOME/temp.cnf
49.09/49.71	c 50	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
130.72/132.14	c 132	DECODING HOME/temp.out WITH HOME/temp.map
130.72/132.14	c 132	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'
130.77/132.23	c 132	Decoding HOME/temp.out
130.77/132.36	s SATISFIABLE
130.77/132.36	v 4 3 3 1 22 2 6 2 9 7 8 23 11 8 7 1 2 9 23 0 24 21 17 9 21 12 13 6 25 10 12 1 1 3 15 4 20 0 10 0 14 1 5 3 18 20 19 3 16 6 4 6 8 15 38 46 47 56 56 77 86 98 104 114 115 118 122 122 122 123 126 146 149 155 155 0
130.77/132.37	c 133	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
130.77/132.43	c 133	CPU 130.99 (0.05 0.01 126.1 4.83)
130.77/132.43	c 133	END Sun Jul 12 01:14:17 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-2071510-1247353924/watcher-2071510-1247353924 -o /tmp/evaluation-result-2071510-1247353924/solver-2071510-1247353924 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2071510-1247353924.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.01 2.06 2.03 4/80 16390
/proc/meminfo: memFree=1788184/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=12000 CPUtime=0
/proc/16390/stat : 16390 (sugar) R 16388 16390 15704 0 -1 4194304 213 0 0 0 0 0 0 0 20 0 1 0 22455242 12288000 181 996147200 4194304 4206940 548682068608 18446744073709551615 227607847072 0 0 4224 0 0 0 0 17 1 0 0
/proc/16390/statm: 3000 181 142 3 0 100 0

[startup+0.0661579 s]
/proc/loadavg: 2.01 2.06 2.03 4/80 16390
/proc/meminfo: memFree=1788184/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16212 CPUtime=0.05
/proc/16390/stat : 16390 (sugar) R 16388 16390 15704 0 -1 4194304 973 0 0 0 4 1 0 0 18 0 1 0 22455242 16601088 941 996147200 4194304 4206940 548682068608 18446744073709551615 227616537598 0 0 4224 0 0 0 0 17 1 0 0
/proc/16390/statm: 4053 941 380 3 0 632 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 16212

[startup+0.101486 s]
/proc/loadavg: 2.01 2.06 2.03 4/80 16390
/proc/meminfo: memFree=1788184/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.06
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30118 s]
/proc/loadavg: 2.01 2.06 2.03 4/80 16390
/proc/meminfo: memFree=1788184/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.06
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701228 s]
/proc/loadavg: 2.01 2.06 2.03 4/80 16390
/proc/meminfo: memFree=1788184/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1309 5293 0 1 5 1 48 3 16 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 16868

[startup+1.50233 s]
/proc/loadavg: 2.01 2.06 2.03 3/91 16412
/proc/meminfo: memFree=1773312/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1309 5293 0 1 5 1 48 3 15 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
[pid=16403] ppid=16390 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16390 16390 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455303 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 233 193 169 0 50 0
[pid=16404] ppid=16403 vsize=864432 CPUtime=0.86
/proc/16404/stat : 16404 (java) S 16403 16390 15704 0 -1 0 10341 0 1 0 82 4 0 0 19 0 9 0 22455303 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16404/statm: 216108 9519 2566 9 0 210613 0
[pid=16404/tid=16405] ppid=16403 vsize=864432 CPUtime=0.41
/proc/16404/task/16405/stat : 16405 (java) R 16403 16390 15704 0 -1 64 2785 0 1 0 40 1 0 0 22 0 9 0 22455304 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16406] ppid=16403 vsize=864432 CPUtime=0.38
/proc/16404/task/16406/stat : 16406 (java) R 16403 16390 15704 0 -1 64 6543 0 0 0 37 1 0 0 16 0 9 0 22455305 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 103825751 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16407] ppid=16403 vsize=864432 CPUtime=0
/proc/16404/task/16407/stat : 16407 (java) S 16403 16390 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455305 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16408] ppid=16403 vsize=864432 CPUtime=0
/proc/16404/task/16408/stat : 16408 (java) S 16403 16390 15704 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22455305 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16409] ppid=16403 vsize=864432 CPUtime=0
/proc/16404/task/16409/stat : 16409 (java) S 16403 16390 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455307 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16410] ppid=16403 vsize=864432 CPUtime=0.04
/proc/16404/task/16410/stat : 16410 (java) S 16403 16390 15704 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 22455307 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16411] ppid=16403 vsize=864432 CPUtime=0
/proc/16404/task/16411/stat : 16411 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455307 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16412] ppid=16403 vsize=864432 CPUtime=0
/proc/16404/task/16412/stat : 16412 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455307 885178368 9519 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 886656

[startup+3.10251 s]
/proc/loadavg: 2.01 2.06 2.03 4/91 16412
/proc/meminfo: memFree=1742656/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1310 5293 0 1 5 1 48 3 15 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
[pid=16403] ppid=16390 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16390 16390 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455303 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 233 193 169 0 50 0
[pid=16404] ppid=16403 vsize=864404 CPUtime=2.45
/proc/16404/stat : 16404 (java) S 16403 16390 15704 0 -1 0 17989 0 1 0 236 9 0 0 19 0 9 0 22455303 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16404/statm: 216101 17053 2590 9 0 210578 0
[pid=16404/tid=16405] ppid=16403 vsize=864404 CPUtime=1.01
/proc/16404/task/16405/stat : 16405 (java) R 16403 16390 15704 0 -1 64 3398 0 1 0 99 2 0 0 19 0 9 0 22455304 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 103211699 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16406] ppid=16403 vsize=864404 CPUtime=1.32
/proc/16404/task/16406/stat : 16406 (java) S 16403 16390 15704 0 -1 64 13557 0 0 0 127 5 0 0 16 0 9 0 22455305 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16407] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16407/stat : 16407 (java) S 16403 16390 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16408] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16408/stat : 16408 (java) S 16403 16390 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16409] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16409/stat : 16409 (java) S 16403 16390 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455307 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16410] ppid=16403 vsize=864404 CPUtime=0.08
/proc/16404/task/16410/stat : 16410 (java) S 16403 16390 15704 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22455307 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16411] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16411/stat : 16411 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455307 885149696 17053 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16412] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16412/stat : 16412 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455307 885149696 17053 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) 886628

[startup+6.30189 s]
/proc/loadavg: 2.09 2.08 2.04 3/91 16412
/proc/meminfo: memFree=1723072/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1310 5293 0 1 5 1 48 3 15 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
[pid=16403] ppid=16390 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16390 16390 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455303 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 233 193 169 0 50 0
[pid=16404] ppid=16403 vsize=864404 CPUtime=5.61
/proc/16404/stat : 16404 (java) S 16403 16390 15704 0 -1 0 18699 0 1 0 551 10 0 0 19 0 9 0 22455303 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16404/statm: 216101 17726 2590 9 0 210578 0
[pid=16404/tid=16405] ppid=16403 vsize=864404 CPUtime=4.1
/proc/16404/task/16405/stat : 16405 (java) R 16403 16390 15704 0 -1 64 3435 0 1 0 407 3 0 0 25 0 9 0 22455304 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 103199509 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16406] ppid=16403 vsize=864404 CPUtime=1.4
/proc/16404/task/16406/stat : 16406 (java) S 16403 16390 15704 0 -1 64 14230 0 0 0 135 5 0 0 16 0 9 0 22455305 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16407] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16407/stat : 16407 (java) S 16403 16390 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16408] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16408/stat : 16408 (java) S 16403 16390 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16409] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16409/stat : 16409 (java) S 16403 16390 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455307 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16410] ppid=16403 vsize=864404 CPUtime=0.08
/proc/16404/task/16410/stat : 16410 (java) S 16403 16390 15704 0 -1 64 336 0 0 0 8 0 0 0 16 0 9 0 22455307 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16411] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16411/stat : 16411 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455307 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16412] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16412/stat : 16412 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455307 885149696 17726 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 886628

[startup+12.7026 s]
/proc/loadavg: 2.08 2.08 2.04 3/91 16412
/proc/meminfo: memFree=1714368/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1310 5293 0 1 5 1 48 3 15 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
[pid=16403] ppid=16390 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16390 16390 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455303 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 233 193 169 0 50 0
[pid=16404] ppid=16403 vsize=864404 CPUtime=11.95
/proc/16404/stat : 16404 (java) S 16403 16390 15704 0 -1 0 20327 0 1 0 1183 12 0 0 19 0 9 0 22455303 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16404/statm: 216101 19262 2590 9 0 210578 0
[pid=16404/tid=16405] ppid=16403 vsize=864404 CPUtime=10.21
/proc/16404/task/16405/stat : 16405 (java) R 16403 16390 15704 0 -1 64 3527 0 1 0 1017 4 0 0 25 0 9 0 22455304 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16406] ppid=16403 vsize=864404 CPUtime=1.62
/proc/16404/task/16406/stat : 16406 (java) S 16403 16390 15704 0 -1 64 15765 0 0 0 156 6 0 0 16 0 9 0 22455305 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16407] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16407/stat : 16407 (java) S 16403 16390 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16408] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16408/stat : 16408 (java) S 16403 16390 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16409] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16409/stat : 16409 (java) S 16403 16390 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455307 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16410] ppid=16403 vsize=864404 CPUtime=0.08
/proc/16404/task/16410/stat : 16410 (java) S 16403 16390 15704 0 -1 64 337 0 0 0 8 0 0 0 17 0 9 0 22455307 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16411] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16411/stat : 16411 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455307 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16412] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16412/stat : 16412 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455307 885149696 19262 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 886628

[startup+25.5021 s]
/proc/loadavg: 2.06 2.07 2.04 3/91 16412
/proc/meminfo: memFree=1696768/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=0.57
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1310 5293 0 1 5 1 48 3 15 0 1 0 22455242 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1111 409 3 0 796 0
[pid=16403] ppid=16390 vsize=5356 CPUtime=0
/proc/16403/stat : 16403 (sh) S 16390 16390 15704 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22455303 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16403/statm: 1339 233 193 169 0 50 0
[pid=16404] ppid=16403 vsize=864404 CPUtime=24.62
/proc/16404/stat : 16404 (java) S 16403 16390 15704 0 -1 0 23466 0 1 0 2443 19 0 0 19 0 9 0 22455303 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/16404/statm: 216101 22211 2590 9 0 210578 0
[pid=16404/tid=16405] ppid=16403 vsize=864404 CPUtime=22.41
/proc/16404/task/16405/stat : 16405 (java) R 16403 16390 15704 0 -1 64 3717 0 1 0 2233 8 0 0 25 0 9 0 22455304 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4126535224 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16406] ppid=16403 vsize=864404 CPUtime=2.08
/proc/16404/task/16406/stat : 16406 (java) S 16403 16390 15704 0 -1 64 18709 0 0 0 199 9 0 0 16 0 9 0 22455305 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16407] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16407/stat : 16407 (java) S 16403 16390 15704 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16408] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16408/stat : 16408 (java) S 16403 16390 15704 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22455305 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16409] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16409/stat : 16409 (java) S 16403 16390 15704 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22455307 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16410] ppid=16403 vsize=864404 CPUtime=0.09
/proc/16404/task/16410/stat : 16410 (java) S 16403 16390 15704 0 -1 64 342 0 0 0 9 0 0 0 17 0 9 0 22455307 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16411] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16411/stat : 16411 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22455307 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=16404/tid=16412] ppid=16403 vsize=864404 CPUtime=0
/proc/16404/task/16412/stat : 16412 (java) S 16403 16390 15704 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22455307 885149696 22211 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.19
Current children cumulated vsize (KiB) 886628

[startup+51.1011 s]
/proc/loadavg: 2.04 2.06 2.03 3/83 16414
/proc/meminfo: memFree=1759808/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=7268 CPUtime=1.36
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 1666 0 0 0 60 76 0 0 25 0 1 0 22460213 7442432 1652 996147200 134512640 134931368 4294956256 18446744073709551615 134520640 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 1817 1652 40 102 0 1712 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 29492

[startup+102.306 s]
/proc/loadavg: 2.02 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=52.08
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 4766 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 56600

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

[startup+115.103 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=64.76
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 6034 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 113.88
Current children cumulated vsize (KiB) 56600

[startup+121.501 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=71.1
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 6668 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 120.22
Current children cumulated vsize (KiB) 56600

[startup+127.901 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=77.44
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 7302 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 126.56
Current children cumulated vsize (KiB) 56600

[startup+129.501 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=79.03
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 7461 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 128.15
Current children cumulated vsize (KiB) 56600

[startup+131.103 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=80.61
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 7619 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 129.73
Current children cumulated vsize (KiB) 56600

[startup+131.903 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=49.12
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1365 37571 0 2 5 1 4868 38 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
[pid=16413] ppid=16390 vsize=5356 CPUtime=0
/proc/16413/stat : 16413 (sh) S 16390 16390 15704 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22460213 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 227607634756 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/16413/statm: 1339 232 193 169 0 50 0
[pid=16414] ppid=16413 vsize=34376 CPUtime=81.41
/proc/16414/stat : 16414 (picosat) R 16413 16390 15704 0 -1 4194304 8052 0 0 0 7699 442 0 0 25 0 1 0 22460213 35201024 8022 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/16414/statm: 8594 8022 42 102 0 8489 0
Current children cumulated CPU time (s) 130.53
Current children cumulated vsize (KiB) 56600

[startup+132.303 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=130.77
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1446 45915 0 2 5 1 12590 481 16 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 130.77
Current children cumulated vsize (KiB) 16868

[startup+132.402 s]
/proc/loadavg: 2.01 2.05 2.03 3/83 16414
/proc/meminfo: memFree=1732672/2055920 swapFree=4192812/4192956
[pid=16390] ppid=16388 vsize=16868 CPUtime=130.77
/proc/16390/stat : 16390 (sugar) S 16388 16390 15704 0 -1 4194304 1449 45915 0 2 5 1 12590 481 15 0 1 0 22455242 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 227616534626 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16390/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 130.77
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 132.432
CPU time (s): 131.031
CPU user time (s): 126.162
CPU system time (s): 4.86926
CPU usage (%): 98.942
Max. virtual memory (cumulated for all children) (KiB): 897128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 126.162
system time used= 4.86926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51248
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= 8483
involuntary context switches= 13462

runsolver used 0.163975 second user time and 0.466929 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-12 01:12:04
IDJOB=2071510
IDBENCH=55499
IDSOLVER=738
FILE ID=node66/2071510-1247353924
PBS_JOBID= 9506869
Free space on /tmp= 66176 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-843_ext.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2071510-1247353924/watcher-2071510-1247353924 -o /tmp/evaluation-result-2071510-1247353924/solver-2071510-1247353924 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-2071510-1247353924.xml

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

MD5SUM BENCH= 8cd97389cab29f912677fbc361921ea8
RANDOM SEED=296948303

node66.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.214
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.214
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:       1788664 kB
Buffers:         37284 kB
Cached:          97152 kB
SwapCached:          0 kB
Active:         164792 kB
Inactive:        51548 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1788664 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1444 kB
Writeback:           0 kB
Mapped:          99584 kB
Slab:            36020 kB
Committed_AS:   907172 kB
PageTables:       1872 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= 66176 MiB
End job on node66 at 2009-07-12 01:14:17