Trace number 2071389

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 798.392 800.562

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-48_ext.xml
MD5SUMda13ba5a9bae10f8f78b88700e630ef7
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 benchmark96.1864
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.03/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.07	c 0	BEGIN Sun Jul 12 01:06:06 2009
0.03/0.07	c 0	PID 17420
0.03/0.07	c 0	HOST node89.alineos.net
0.03/0.07	c 0	CONVERTING HOME/instance-2071389-1247353566.xml TO HOME/temp.csp
0.03/0.07	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2071389-1247353566.xml' 'HOME/temp.csp'
0.06/0.46	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.49	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.49	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.44/0.60	c 1	Parsing HOME/temp.csp
0.44/0.80	c 1	parsed 459 expressions
0.44/0.81	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.44/0.81	c 1	Converting to clausal form CSP
0.44/0.83	c 1	converted 46 (10%) expressions
0.44/0.84	c 1	converted 92 (20%) expressions
0.44/0.85	c 1	converted 138 (30%) expressions
0.44/0.86	c 1	converted 184 (40%) expressions
0.44/0.87	c 1	converted 230 (50%) expressions
0.44/0.87	c 1	converted 276 (60%) expressions
0.44/0.88	c 1	converted 322 (70%) expressions
0.44/0.92	c 1	converted 368 (80%) expressions
0.44/0.92	c 1	converted 414 (90%) expressions
2.89/3.09	c 3	converted 459 (100%) expressions
2.89/3.09	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.89/3.09	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.09	c 3	Propagation in CSP
2.89/3.09	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.89/3.09	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.89/3.09	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.89/3.10	c 3	Simplifing CSP by introducing new Boolean variables
2.89/3.10	c 3	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.89/3.10	c 3	Heap : 62 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.28/3.41	c 4	Encoding CSP to SAT : HOME/temp.cnf
3.28/3.43	c 4	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
3.28/3.44	c 4	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
3.28/3.44	c 4	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
3.28/3.45	c 4	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
3.28/3.45	c 4	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
3.28/3.46	c 4	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
3.28/3.46	c 4	54 (70%) CSP integer variables are encoded (26286 clauses, 372188 bytes)
3.28/3.46	c 4	61 (80%) CSP integer variables are encoded (27574 clauses, 391508 bytes)
3.28/3.47	c 4	69 (90%) CSP integer variables are encoded (29046 clauses, 413588 bytes)
3.28/3.47	c 4	76 (100%) CSP integer variables are encoded (29966 clauses, 427388 bytes)
3.39/3.52	c 4	35 (10%) CSP clauses are encoded (30886 clauses, 445885 bytes)
3.39/3.54	c 4	70 (20%) CSP clauses are encoded (31781 clauses, 467632 bytes)
3.39/3.56	c 4	105 (30%) CSP clauses are encoded (32703 clauses, 489463 bytes)
3.39/3.59	c 4	140 (40%) CSP clauses are encoded (33626 clauses, 511517 bytes)
3.49/3.61	c 4	175 (50%) CSP clauses are encoded (34547 clauses, 533725 bytes)
3.49/3.63	c 4	210 (60%) CSP clauses are encoded (35468 clauses, 556400 bytes)
3.49/3.65	c 4	245 (70%) CSP clauses are encoded (36389 clauses, 580622 bytes)
3.49/3.68	c 4	280 (80%) CSP clauses are encoded (37332 clauses, 605108 bytes)
3.59/3.73	c 4	315 (90%) CSP clauses are encoded (38325 clauses, 630300 bytes)
73.16/73.31	c 74	350 (100%) CSP clauses are encoded (873415 clauses, 28340748 bytes)
73.16/73.31	c 74	350 CSP clauses encoded
73.16/73.31	c 74	Writing map file : HOME/temp.map
73.16/73.32	c 74	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.16/73.32	c 74	SAT : 30040 SAT variables, 873415 SAT clauses, 28340748 bytes
73.16/73.32	c 74	Heap : 84 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
73.16/73.35	c 74	SOLVING HOME/temp.cnf
73.16/73.35	c 74	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
798.04/800.27	c 801	DECODING HOME/temp.out WITH HOME/temp.map
798.04/800.27	c 801	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'
798.15/800.35	c 801	Decoding HOME/temp.out
798.15/800.49	s SATISFIABLE
798.15/800.49	v 4 4 24 0 17 1 11 4 1 15 16 2 2 14 23 0 20 4 21 26 15 7 9 7 5 10 6 4 8 1 13 10 10 11 12 3 25 0 19 22 18 9 3 6 22 12 7 12 14 1 4 5 9 24 26 40 40 44 70 77 84 94 98 99 109 120 123 123 145 154 160 172 184 185 185 0
798.15/800.50	c 801	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
798.15/800.55	c 801	CPU 798.35 (0.06 0.01 791.99 6.29)
798.15/800.55	c 801	END Sun Jul 12 01:19:27 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-2071389-1247353566/watcher-2071389-1247353566 -o /tmp/evaluation-result-2071389-1247353566/solver-2071389-1247353566 -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-2071389-1247353566.xml 

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


[startup+0 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 17420
/proc/meminfo: memFree=1881792/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=12272 CPUtime=0
/proc/17420/stat : 17420 (sugar) R 17418 17420 16543 0 -1 4194304 359 0 0 0 0 0 0 0 18 0 1 0 22421802 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 249078791166 0 0 4224 0 0 0 0 17 0 0 0
/proc/17420/statm: 3068 327 246 3 0 168 0

[startup+0.0426959 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 17420
/proc/meminfo: memFree=1881792/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=13600 CPUtime=0.03
/proc/17420/stat : 17420 (sugar) R 17418 17420 16543 0 -1 4194304 785 0 0 0 3 0 0 0 18 0 1 0 22421802 13926400 753 996147200 4194304 4206940 548682068608 18446744073709551615 249087943255 0 0 4224 0 0 0 0 17 0 0 0
/proc/17420/statm: 3400 753 339 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.112204 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 17420
/proc/meminfo: memFree=1881792/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.06
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301729 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 17420
/proc/meminfo: memFree=1881792/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.06
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1227 128 0 0 5 1 0 0 17 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701761 s]
/proc/loadavg: 1.92 1.98 1.99 4/76 17420
/proc/meminfo: memFree=1881792/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.44
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1309 6730 0 1 5 1 34 4 15 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 16868

[startup+1.50284 s]
/proc/loadavg: 1.92 1.98 1.99 4/87 17442
/proc/meminfo: memFree=1864424/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.44
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1309 6730 0 1 5 1 34 4 15 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
[pid=17433] ppid=17420 vsize=5356 CPUtime=0
/proc/17433/stat : 17433 (sh) S 17420 17420 16543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22421852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17433/statm: 1339 233 193 169 0 50 0
[pid=17434] ppid=17433 vsize=864616 CPUtime=0.94
/proc/17434/stat : 17434 (java) S 17433 17420 16543 0 -1 0 10783 0 1 0 90 4 0 0 20 0 9 0 22421852 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17434/statm: 216154 9858 2566 9 0 210659 0
[pid=17434/tid=17435] ppid=17433 vsize=864616 CPUtime=0.44
/proc/17434/task/17435/stat : 17435 (java) R 17433 17420 16543 0 -1 64 2804 0 1 0 43 1 0 0 25 0 9 0 22421853 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17436] ppid=17433 vsize=864616 CPUtime=0.44
/proc/17434/task/17436/stat : 17436 (java) R 17433 17420 16543 0 -1 64 6971 0 0 0 42 2 0 0 17 0 9 0 22421858 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 102768189 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17437] ppid=17433 vsize=864616 CPUtime=0
/proc/17434/task/17437/stat : 17437 (java) S 17433 17420 16543 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22421858 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17438] ppid=17433 vsize=864616 CPUtime=0
/proc/17434/task/17438/stat : 17438 (java) S 17433 17420 16543 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22421858 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17439] ppid=17433 vsize=864616 CPUtime=0
/proc/17434/task/17439/stat : 17439 (java) S 17433 17420 16543 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22421860 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17440] ppid=17433 vsize=864616 CPUtime=0.04
/proc/17434/task/17440/stat : 17440 (java) S 17433 17420 16543 0 -1 64 309 0 0 0 4 0 0 0 16 0 9 0 22421860 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17441] ppid=17433 vsize=864616 CPUtime=0
/proc/17434/task/17441/stat : 17441 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22421860 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17442] ppid=17433 vsize=864616 CPUtime=0
/proc/17434/task/17442/stat : 17442 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22421860 885366784 9858 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 886840

[startup+3.103 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17442
/proc/meminfo: memFree=1833256/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.44
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1310 6730 0 1 5 1 34 4 16 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
[pid=17433] ppid=17420 vsize=5356 CPUtime=0
/proc/17433/stat : 17433 (sh) S 17420 17420 16543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22421852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17433/statm: 1339 233 193 169 0 50 0
[pid=17434] ppid=17433 vsize=864364 CPUtime=2.54
/proc/17434/stat : 17434 (java) S 17433 17420 16543 0 -1 0 21898 0 1 0 245 9 0 0 20 0 9 0 22421852 885108736 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17434/statm: 216091 20764 2566 9 0 210596 0
[pid=17434/tid=17435] ppid=17433 vsize=864364 CPUtime=0.97
/proc/17434/task/17435/stat : 17435 (java) R 17433 17420 16543 0 -1 64 3276 0 1 0 95 2 0 0 25 0 9 0 22421853 885108736 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17436] ppid=17433 vsize=864364 CPUtime=1.51
/proc/17434/task/17436/stat : 17436 (java) R 17433 17420 16543 0 -1 64 17614 0 0 0 145 6 0 0 19 0 9 0 22421858 885108736 20764 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17437] ppid=17433 vsize=864364 CPUtime=0
/proc/17434/task/17437/stat : 17437 (java) S 17433 17420 16543 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22421858 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17438] ppid=17433 vsize=864364 CPUtime=0
/proc/17434/task/17438/stat : 17438 (java) S 17433 17420 16543 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22421858 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17439] ppid=17433 vsize=864364 CPUtime=0
/proc/17434/task/17439/stat : 17439 (java) S 17433 17420 16543 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22421860 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17440] ppid=17433 vsize=864364 CPUtime=0.04
/proc/17434/task/17440/stat : 17440 (java) S 17433 17420 16543 0 -1 64 310 0 0 0 4 0 0 0 16 0 9 0 22421860 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17441] ppid=17433 vsize=864364 CPUtime=0
/proc/17434/task/17441/stat : 17441 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22421860 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17442] ppid=17433 vsize=864364 CPUtime=0
/proc/17434/task/17442/stat : 17442 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22421860 885108736 20765 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 886588

[startup+6.30131 s]
/proc/loadavg: 1.92 1.98 1.99 3/87 17442
/proc/meminfo: memFree=1797928/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.45
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1310 6730 0 1 6 1 34 4 15 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
[pid=17433] ppid=17420 vsize=5356 CPUtime=0
/proc/17433/stat : 17433 (sh) S 17420 17420 16543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22421852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17433/statm: 1339 233 193 169 0 50 0
[pid=17434] ppid=17433 vsize=864476 CPUtime=5.74
/proc/17434/stat : 17434 (java) S 17433 17420 16543 0 -1 0 23778 0 1 0 564 10 0 0 20 0 9 0 22421852 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17434/statm: 216119 22593 2590 9 0 210596 0
[pid=17434/tid=17435] ppid=17433 vsize=864476 CPUtime=3.73
/proc/17434/task/17435/stat : 17435 (java) R 17433 17420 16543 0 -1 64 3912 0 1 0 371 2 0 0 25 0 9 0 22421853 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17436] ppid=17433 vsize=864476 CPUtime=1.91
/proc/17434/task/17436/stat : 17436 (java) S 17433 17420 16543 0 -1 64 18836 0 0 0 184 7 0 0 16 0 9 0 22421858 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17437] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17437/stat : 17437 (java) S 17433 17420 16543 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17438] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17438/stat : 17438 (java) S 17433 17420 16543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17439] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17439/stat : 17439 (java) S 17433 17420 16543 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22421860 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17440] ppid=17433 vsize=864476 CPUtime=0.07
/proc/17434/task/17440/stat : 17440 (java) S 17433 17420 16543 0 -1 64 331 0 0 0 7 0 0 0 16 0 9 0 22421860 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17441] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17441/stat : 17441 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22421860 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17442] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17442/stat : 17442 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22421860 885223424 22593 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 886700

[startup+12.7029 s]
/proc/loadavg: 1.93 1.98 1.99 3/87 17442
/proc/meminfo: memFree=1791080/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.45
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1310 6730 0 1 6 1 34 4 15 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
[pid=17433] ppid=17420 vsize=5356 CPUtime=0
/proc/17433/stat : 17433 (sh) S 17420 17420 16543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22421852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17433/statm: 1339 233 193 169 0 50 0
[pid=17434] ppid=17433 vsize=864476 CPUtime=12.14
/proc/17434/stat : 17434 (java) S 17433 17420 16543 0 -1 0 24949 0 1 0 1201 13 0 0 20 0 9 0 22421852 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17434/statm: 216119 23711 2590 9 0 210596 0
[pid=17434/tid=17435] ppid=17433 vsize=864476 CPUtime=9.98
/proc/17434/task/17435/stat : 17435 (java) R 17433 17420 16543 0 -1 64 3966 0 1 0 994 4 0 0 25 0 9 0 22421853 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17436] ppid=17433 vsize=864476 CPUtime=2.05
/proc/17434/task/17436/stat : 17436 (java) S 17433 17420 16543 0 -1 64 19953 0 0 0 198 7 0 0 16 0 9 0 22421858 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17437] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17437/stat : 17437 (java) S 17433 17420 16543 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17438] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17438/stat : 17438 (java) S 17433 17420 16543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17439] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17439/stat : 17439 (java) S 17433 17420 16543 0 -1 64 0 0 0 0 0 0 0 0 23 0 9 0 22421860 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17440] ppid=17433 vsize=864476 CPUtime=0.07
/proc/17434/task/17440/stat : 17440 (java) S 17433 17420 16543 0 -1 64 331 0 0 0 7 0 0 0 17 0 9 0 22421860 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17441] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17441/stat : 17441 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 24 0 9 0 22421860 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17442] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17442/stat : 17442 (java) S 17433 17420 16543 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22421860 885223424 23711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 886700

[startup+25.5012 s]
/proc/loadavg: 1.94 1.98 1.99 3/87 17442
/proc/meminfo: memFree=1774056/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=0.45
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1310 6730 0 1 6 1 34 4 15 0 1 0 22421802 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1111 409 3 0 796 0
[pid=17433] ppid=17420 vsize=5356 CPUtime=0
/proc/17433/stat : 17433 (sh) S 17420 17420 16543 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22421852 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17433/statm: 1339 233 193 169 0 50 0
[pid=17434] ppid=17433 vsize=864476 CPUtime=24.93
/proc/17434/stat : 17434 (java) S 17433 17420 16543 0 -1 0 27826 0 1 0 2476 17 0 0 20 0 9 0 22421852 885223424 26450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0
/proc/17434/statm: 216119 26450 2590 9 0 210596 0
[pid=17434/tid=17435] ppid=17433 vsize=864476 CPUtime=22.39
/proc/17434/task/17435/stat : 17435 (java) R 17433 17420 16543 0 -1 64 4104 0 1 0 2232 7 0 0 25 0 9 0 22421853 885223424 26450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17436] ppid=17433 vsize=864476 CPUtime=2.43
/proc/17434/task/17436/stat : 17436 (java) R 17433 17420 16543 0 -1 64 22689 0 0 0 234 9 0 0 15 0 9 0 22421858 885223424 26450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17437] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17437/stat : 17437 (java) S 17433 17420 16543 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 26450 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17438] ppid=17433 vsize=864476 CPUtime=0
/proc/17434/task/17438/stat : 17438 (java) S 17433 17420 16543 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22421858 885223424 26451 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
[pid=17434/tid=17439] ppid=17433 vsize=864476 CPUtime=0

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


[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/86 17542
/proc/meminfo: memFree=1532136/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=50636 CPUtime=507.04
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 12469 0 0 0 50125 579 0 0 25 0 1 0 22429138 51851264 12334 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 12659 12334 48 102 0 12554 0
Current children cumulated CPU time (s) 580.23
Current children cumulated vsize (KiB) 72860

[startup+642.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1531816/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=51032 CPUtime=567.02
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 12559 0 0 0 56123 579 0 0 25 0 1 0 22429138 52256768 12424 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 12758 12424 48 102 0 12653 0
Current children cumulated CPU time (s) 640.21
Current children cumulated vsize (KiB) 73256

[startup+702.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1529576/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=53144 CPUtime=626.99
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13102 0 0 0 62120 579 0 0 25 0 1 0 22429138 54419456 12967 996147200 134512640 134931368 4294956256 18446744073709551615 134525788 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 13286 12967 48 102 0 13181 0
Current children cumulated CPU time (s) 700.18
Current children cumulated vsize (KiB) 75368

[startup+762.307 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1527464/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=55256 CPUtime=686.97
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13610 0 0 0 68117 580 0 0 25 0 1 0 22429138 56582144 13475 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 13814 13475 48 102 0 13709 0
Current children cumulated CPU time (s) 760.16
Current children cumulated vsize (KiB) 77480

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

[startup+767.901 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1527272/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=55388 CPUtime=692.57
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13652 0 0 0 68677 580 0 0 25 0 1 0 22429138 56717312 13517 996147200 134512640 134931368 4294956256 18446744073709551615 134525791 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 13847 13517 48 102 0 13742 0
Current children cumulated CPU time (s) 765.76
Current children cumulated vsize (KiB) 77612

[startup+780.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526888/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=55784 CPUtime=705.36
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13757 0 0 0 69956 580 0 0 25 0 1 0 22429138 57122816 13622 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 13946 13622 48 102 0 13841 0
Current children cumulated CPU time (s) 778.55
Current children cumulated vsize (KiB) 78008

[startup+793.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526504/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=56180 CPUtime=718.15
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13847 0 0 0 71235 580 0 0 25 0 1 0 22429138 57528320 13712 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 14045 13712 48 102 0 13940 0
Current children cumulated CPU time (s) 791.34
Current children cumulated vsize (KiB) 78404

[startup+796.701 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526376/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=56312 CPUtime=721.35
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13873 0 0 0 71555 580 0 0 25 0 1 0 22429138 57663488 13738 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 14078 13738 48 102 0 13973 0
Current children cumulated CPU time (s) 794.54
Current children cumulated vsize (KiB) 78536

[startup+798.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526376/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=56312 CPUtime=722.95
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13886 0 0 0 71715 580 0 0 25 0 1 0 22429138 57663488 13751 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 14078 13751 48 102 0 13973 0
Current children cumulated CPU time (s) 796.14
Current children cumulated vsize (KiB) 78536

[startup+799.903 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526312/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=73.19
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1365 51877 0 2 6 1 7268 44 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
[pid=17444] ppid=17420 vsize=5356 CPUtime=0
/proc/17444/stat : 17444 (sh) S 17420 17420 16543 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22429137 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 249069888324 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/17444/statm: 1339 232 193 169 0 50 0
[pid=17445] ppid=17444 vsize=56312 CPUtime=724.55
/proc/17445/stat : 17445 (picosat) R 17444 17420 16543 0 -1 4194304 13896 0 0 0 71875 580 0 0 25 0 1 0 22429138 57663488 13761 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/17445/statm: 14078 13761 48 102 0 13973 0
Current children cumulated CPU time (s) 797.74
Current children cumulated vsize (KiB) 78536

[startup+800.303 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526312/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=798.15
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1428 66066 0 2 6 1 79181 627 16 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 798.15
Current children cumulated vsize (KiB) 16868

[startup+800.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/85 17542
/proc/meminfo: memFree=1526312/2055920 swapFree=4192812/4192956
[pid=17420] ppid=17418 vsize=16868 CPUtime=798.15
/proc/17420/stat : 17420 (sugar) S 17418 17420 16543 0 -1 4194304 1449 66066 0 2 6 1 79181 627 15 0 1 0 22421802 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 249078788194 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/17420/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 798.15
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 800.562
CPU time (s): 798.392
CPU user time (s): 792.06
CPU system time (s): 6.33204
CPU usage (%): 99.7289
Max. virtual memory (cumulated for all children) (KiB): 907692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 792.06
system time used= 6.33204
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71398
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= 9825
involuntary context switches= 16284

runsolver used 0.998848 second user time and 2.37264 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-12 01:06:06
IDJOB=2071389
IDBENCH=55488
IDSOLVER=738
FILE ID=node89/2071389-1247353566
PBS_JOBID= 9506911
Free space on /tmp= 66164 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-48_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-2071389-1247353566/watcher-2071389-1247353566 -o /tmp/evaluation-result-2071389-1247353566/solver-2071389-1247353566 -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-2071389-1247353566.xml

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

MD5SUM BENCH= da13ba5a9bae10f8f78b88700e630ef7
RANDOM SEED=1461901490

node89.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.213
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.213
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1882272 kB
Buffers:         15476 kB
Cached:          91080 kB
SwapCached:          0 kB
Active:          99684 kB
Inactive:        25888 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1882272 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1480 kB
Writeback:           0 kB
Mapped:          29624 kB
Slab:            33428 kB
Committed_AS:   232084 kB
PageTables:       1732 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= 66160 MiB
End job on node89 at 2009-07-12 01:19:27