Trace number 2079925

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 92.6869 93.7077

General information on the benchmark

Namecsp/travellingSalesman-20/
normalized-tsp-20-190_ext.xml
MD5SUMa77acc6db05f9e3edb4254355449e375
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 benchmark1.83572
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/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 05:24:28 2009
0.00/0.08	c 0	PID 27887
0.00/0.08	c 0	HOST node17.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2079925-1247369068.xml TO HOME/temp.csp
0.00/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-2079925-1247369068.xml' 'HOME/temp.csp'
0.07/0.56	c 1	5 domains, 61 variables, 0 predicates, 23 relations, 230 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	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.69	c 1	Parsing HOME/temp.csp
0.54/0.82	c 1	parsed 319 expressions
0.54/0.83	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.54/0.83	c 1	Converting to clausal form CSP
0.54/0.85	c 1	converted 32 (10%) expressions
0.54/0.85	c 1	converted 64 (20%) expressions
0.54/0.87	c 1	converted 96 (30%) expressions
0.54/0.88	c 1	converted 128 (40%) expressions
0.54/0.88	c 1	converted 160 (50%) expressions
0.54/0.89	c 1	converted 192 (60%) expressions
0.54/0.90	c 1	converted 224 (70%) expressions
0.54/0.90	c 1	converted 256 (80%) expressions
0.54/0.90	c 1	converted 288 (90%) expressions
1.80/1.98	c 2	converted 319 (100%) expressions
1.80/1.98	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.80/1.98	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.98	c 2	Propagation in CSP
1.80/1.98	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.80/1.98	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.80/1.98	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.99	c 2	Simplifing CSP by introducing new Boolean variables
1.80/1.99	c 2	CSP : 61 integers, 0 booleans, 230 clauses, largest domain size 1001
1.80/1.99	c 2	Heap : 32 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.09/2.21	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.09/2.24	c 2	7 (10%) CSP integer variables are encoded (3069 clauses, 37754 bytes)
2.09/2.24	c 2	13 (20%) CSP integer variables are encoded (6120 clauses, 77417 bytes)
2.09/2.24	c 2	19 (30%) CSP integer variables are encoded (9171 clauses, 117080 bytes)
2.09/2.25	c 2	25 (40%) CSP integer variables are encoded (12222 clauses, 161228 bytes)
2.09/2.25	c 2	31 (50%) CSP integer variables are encoded (15273 clauses, 206993 bytes)
2.09/2.25	c 2	37 (60%) CSP integer variables are encoded (18324 clauses, 252758 bytes)
2.09/2.26	c 2	43 (70%) CSP integer variables are encoded (20790 clauses, 289748 bytes)
2.09/2.26	c 2	49 (80%) CSP integer variables are encoded (21690 clauses, 303248 bytes)
2.09/2.26	c 2	55 (90%) CSP integer variables are encoded (22590 clauses, 316748 bytes)
2.09/2.26	c 2	61 (100%) CSP integer variables are encoded (23190 clauses, 325748 bytes)
2.19/2.31	c 2	23 (10%) CSP clauses are encoded (23688 clauses, 335081 bytes)
2.19/2.33	c 3	46 (20%) CSP clauses are encoded (24164 clauses, 346159 bytes)
2.19/2.34	c 3	69 (30%) CSP clauses are encoded (24642 clauses, 357453 bytes)
2.19/2.36	c 3	92 (40%) CSP clauses are encoded (25139 clauses, 368977 bytes)
2.19/2.37	c 3	115 (50%) CSP clauses are encoded (25618 clauses, 380333 bytes)
2.19/2.39	c 3	138 (60%) CSP clauses are encoded (26115 clauses, 391971 bytes)
2.28/2.41	c 3	161 (70%) CSP clauses are encoded (26611 clauses, 404001 bytes)
2.28/2.43	c 3	184 (80%) CSP clauses are encoded (27126 clauses, 416984 bytes)
2.28/2.46	c 3	207 (90%) CSP clauses are encoded (27659 clauses, 430226 bytes)
36.64/37.11	c 37	230 (100%) CSP clauses are encoded (469602 clauses, 14945423 bytes)
36.64/37.11	c 37	230 CSP clauses encoded
36.64/37.11	c 37	Writing map file : HOME/temp.map
36.64/37.11	c 37	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.64/37.11	c 37	SAT : 23249 SAT variables, 469602 SAT clauses, 14945423 bytes
36.64/37.11	c 37	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.64/37.16	c 37	SOLVING HOME/temp.cnf
36.64/37.16	c 37	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
92.27/93.37	c 94	DECODING HOME/temp.out WITH HOME/temp.map
92.27/93.37	c 94	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'
92.36/93.45	c 94	Decoding HOME/temp.out
92.55/93.66	s SATISFIABLE
92.55/93.67	v 14 8 8 4 9 27 12 1 11 14 10 3 16 2 17 8 6 3 18 8 13 29 5 1 7 1 4 0 2 20 15 1 20 6 19 7 1 5 3 3 12 39 40 54 57 59 67 70 78 107 108 109 109 129 130 136 143 148 151 151 0
92.55/93.68	c 94	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
92.55/93.70	c 94	CPU 92.66 (0.06 0.01 88.87 3.72)
92.55/93.70	c 94	END Sun Jul 12 05:26:02 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-2079925-1247369068/watcher-2079925-1247369068 -o /tmp/evaluation-result-2079925-1247369068/solver-2079925-1247369068 -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-2079925-1247369068.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.99 1.97 1.99 4/80 27887
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=12268 CPUtime=0
/proc/27887/stat : 27887 (sugar) R 27885 27887 22877 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 23974058 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 245500669656 0 0 4224 0 0 0 0 17 1 0 0
/proc/27887/statm: 3067 316 241 3 0 167 0

[startup+0.085414 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27887
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.07
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.101421 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27887
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.07
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301438 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27887
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.07
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1227 128 0 0 6 1 0 0 19 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701482 s]
/proc/loadavg: 1.99 1.97 1.99 4/80 27887
/proc/meminfo: memFree=1602856/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1309 5064 0 1 6 1 44 3 16 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 16868

[startup+1.50256 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 27909
/proc/meminfo: memFree=1587984/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1309 5064 0 1 6 1 44 3 15 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
[pid=27900] ppid=27887 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23974120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 233 193 169 0 50 0
[pid=27901] ppid=27900 vsize=864364 CPUtime=0.87
/proc/27901/stat : 27901 (java) S 27900 27887 22877 0 -1 0 10032 0 1 0 82 5 0 0 19 0 9 0 23974120 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27901/statm: 216091 9298 2566 9 0 210596 0
[pid=27901/tid=27902] ppid=27900 vsize=864364 CPUtime=0.41
/proc/27901/task/27902/stat : 27902 (java) R 27900 27887 22877 0 -1 64 2801 0 1 0 40 1 0 0 19 0 9 0 23974121 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 103210888 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27903] ppid=27900 vsize=864364 CPUtime=0.38
/proc/27901/task/27903/stat : 27903 (java) S 27900 27887 22877 0 -1 64 6217 0 0 0 36 2 0 0 16 0 9 0 23974122 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27904] ppid=27900 vsize=864364 CPUtime=0
/proc/27901/task/27904/stat : 27904 (java) S 27900 27887 22877 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23974122 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27905] ppid=27900 vsize=864364 CPUtime=0
/proc/27901/task/27905/stat : 27905 (java) S 27900 27887 22877 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23974122 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27906] ppid=27900 vsize=864364 CPUtime=0
/proc/27901/task/27906/stat : 27906 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23974124 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27907] ppid=27900 vsize=864364 CPUtime=0.04
/proc/27901/task/27907/stat : 27907 (java) S 27900 27887 22877 0 -1 64 315 0 0 0 4 0 0 0 16 0 9 0 23974124 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27908] ppid=27900 vsize=864364 CPUtime=0
/proc/27901/task/27908/stat : 27908 (java) S 27900 27887 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23974124 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27909] ppid=27900 vsize=864364 CPUtime=0
/proc/27901/task/27909/stat : 27909 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23974124 885108736 9298 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 886588

[startup+3.10272 s]
/proc/loadavg: 1.99 1.97 1.99 4/91 27909
/proc/meminfo: memFree=1558352/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1310 5064 0 1 6 1 44 3 15 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
[pid=27900] ppid=27887 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23974120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 233 193 169 0 50 0
[pid=27901] ppid=27900 vsize=864476 CPUtime=2.45
/proc/27901/stat : 27901 (java) S 27900 27887 22877 0 -1 0 14233 0 1 0 236 9 0 0 19 0 9 0 23974120 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27901/statm: 216119 13436 2590 9 0 210596 0
[pid=27901/tid=27902] ppid=27900 vsize=864476 CPUtime=1.4
/proc/27901/task/27902/stat : 27902 (java) R 27900 27887 22877 0 -1 64 3231 0 1 0 138 2 0 0 25 0 9 0 23974121 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4126568899 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27903] ppid=27900 vsize=864476 CPUtime=0.94
/proc/27901/task/27903/stat : 27903 (java) S 27900 27887 22877 0 -1 64 9967 0 0 0 89 5 0 0 16 0 9 0 23974122 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27904] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27904/stat : 27904 (java) S 27900 27887 22877 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27905] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27905/stat : 27905 (java) S 27900 27887 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27906] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27906/stat : 27906 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23974124 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27907] ppid=27900 vsize=864476 CPUtime=0.07
/proc/27901/task/27907/stat : 27907 (java) S 27900 27887 22877 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23974124 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27908] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27908/stat : 27908 (java) S 27900 27887 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23974124 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27909] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27909/stat : 27909 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23974124 885223424 13436 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 886700

[startup+6.30105 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 27909
/proc/meminfo: memFree=1552912/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1310 5064 0 1 6 1 44 3 15 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
[pid=27900] ppid=27887 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23974120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 233 193 169 0 50 0
[pid=27901] ppid=27900 vsize=864476 CPUtime=5.6
/proc/27901/stat : 27901 (java) S 27900 27887 22877 0 -1 0 14948 0 1 0 551 9 0 0 19 0 9 0 23974120 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27901/statm: 216119 14099 2590 9 0 210596 0
[pid=27901/tid=27902] ppid=27900 vsize=864476 CPUtime=4.48
/proc/27901/task/27902/stat : 27902 (java) R 27900 27887 22877 0 -1 64 3283 0 1 0 445 3 0 0 25 0 9 0 23974121 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 102524011 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27903] ppid=27900 vsize=864476 CPUtime=1.02
/proc/27901/task/27903/stat : 27903 (java) S 27900 27887 22877 0 -1 64 10630 0 0 0 97 5 0 0 16 0 9 0 23974122 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27904] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27904/stat : 27904 (java) S 27900 27887 22877 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27905] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27905/stat : 27905 (java) S 27900 27887 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27906] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27906/stat : 27906 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23974124 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27907] ppid=27900 vsize=864476 CPUtime=0.07
/proc/27901/task/27907/stat : 27907 (java) S 27900 27887 22877 0 -1 64 336 0 0 0 7 0 0 0 16 0 9 0 23974124 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27908] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27908/stat : 27908 (java) S 27900 27887 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23974124 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27909] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27909/stat : 27909 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23974124 885223424 14099 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886700

[startup+12.7027 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 27909
/proc/meminfo: memFree=1543760/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1310 5064 0 1 6 1 44 3 15 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
[pid=27900] ppid=27887 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23974120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 233 193 169 0 50 0
[pid=27901] ppid=27900 vsize=864476 CPUtime=11.95
/proc/27901/stat : 27901 (java) S 27900 27887 22877 0 -1 0 16596 0 1 0 1182 13 0 0 19 0 9 0 23974120 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27901/statm: 216119 15609 2590 9 0 210596 0
[pid=27901/tid=27902] ppid=27900 vsize=864476 CPUtime=10.56
/proc/27901/task/27902/stat : 27902 (java) R 27900 27887 22877 0 -1 64 3421 0 1 0 1051 5 0 0 25 0 9 0 23974121 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4126565516 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27903] ppid=27900 vsize=864476 CPUtime=1.28
/proc/27901/task/27903/stat : 27903 (java) S 27900 27887 22877 0 -1 64 12139 0 0 0 121 7 0 0 16 0 9 0 23974122 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27904] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27904/stat : 27904 (java) S 27900 27887 22877 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27905] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27905/stat : 27905 (java) S 27900 27887 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23974122 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27906] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27906/stat : 27906 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23974124 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27907] ppid=27900 vsize=864476 CPUtime=0.08
/proc/27901/task/27907/stat : 27907 (java) S 27900 27887 22877 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 23974124 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27908] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27908/stat : 27908 (java) S 27900 27887 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23974124 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27909] ppid=27900 vsize=864476 CPUtime=0
/proc/27901/task/27909/stat : 27909 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23974124 885223424 15609 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 886700

[startup+25.503 s]
/proc/loadavg: 1.99 1.97 1.99 3/91 27909
/proc/meminfo: memFree=1525072/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=0.54
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1310 5064 0 1 6 1 44 3 15 0 1 0 23974058 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1111 409 3 0 796 0
[pid=27900] ppid=27887 vsize=5356 CPUtime=0
/proc/27900/stat : 27900 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23974120 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27900/statm: 1339 233 193 169 0 50 0
[pid=27901] ppid=27900 vsize=874848 CPUtime=24.61
/proc/27901/stat : 27901 (java) S 27900 27887 22877 0 -1 0 25104 0 1 0 2438 23 0 0 19 0 9 0 23974120 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27901/statm: 218712 21354 2590 9 0 213189 0
[pid=27901/tid=27902] ppid=27900 vsize=874848 CPUtime=22.58
/proc/27901/task/27902/stat : 27902 (java) R 27900 27887 22877 0 -1 64 3692 0 1 0 2249 9 0 0 25 0 9 0 23974121 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27903] ppid=27900 vsize=874848 CPUtime=1.92
/proc/27901/task/27903/stat : 27903 (java) R 27900 27887 22877 0 -1 64 20372 0 0 0 180 12 0 0 16 0 9 0 23974122 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 104188830 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27904] ppid=27900 vsize=874848 CPUtime=0
/proc/27901/task/27904/stat : 27904 (java) S 27900 27887 22877 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 23974122 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27905] ppid=27900 vsize=874848 CPUtime=0
/proc/27901/task/27905/stat : 27905 (java) S 27900 27887 22877 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 23974122 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27906] ppid=27900 vsize=874848 CPUtime=0
/proc/27901/task/27906/stat : 27906 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23974124 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27907] ppid=27900 vsize=874848 CPUtime=0.08
/proc/27901/task/27907/stat : 27907 (java) S 27900 27887 22877 0 -1 64 341 0 0 0 8 0 0 0 17 0 9 0 23974124 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27908] ppid=27900 vsize=874848 CPUtime=0
/proc/27901/task/27908/stat : 27908 (java) S 27900 27887 22877 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 23974124 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27901/tid=27909] ppid=27900 vsize=874848 CPUtime=0
/proc/27901/task/27909/stat : 27909 (java) S 27900 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23974124 895844352 21354 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.15
Current children cumulated vsize (KiB) 897072

[startup+51.1016 s]
/proc/loadavg: 2.05 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1562448/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=23476 CPUtime=13.79
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5555 0 0 0 1045 334 0 0 25 0 1 0 23977775 24039424 5525 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 5869 5525 42 102 0 5764 0
Current children cumulated CPU time (s) 50.46
Current children cumulated vsize (KiB) 45700

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

[startup+76.7012 s]
/proc/loadavg: 2.03 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=24664 CPUtime=39.15
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5884 0 0 0 3581 334 0 0 25 0 1 0 23977775 25255936 5854 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 6166 5854 42 102 0 6061 0
Current children cumulated CPU time (s) 75.82
Current children cumulated vsize (KiB) 46888

[startup+83.1019 s]
/proc/loadavg: 2.03 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=24664 CPUtime=45.49
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5884 0 0 0 4215 334 0 0 25 0 1 0 23977775 25255936 5854 996147200 134512640 134931368 4294956256 18446744073709551615 134524110 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 6166 5854 42 102 0 6061 0
Current children cumulated CPU time (s) 82.16
Current children cumulated vsize (KiB) 46888

[startup+89.5025 s]
/proc/loadavg: 2.02 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=24664 CPUtime=51.84
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5884 0 0 0 4849 335 0 0 25 0 1 0 23977775 25255936 5854 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 6166 5854 42 102 0 6061 0
Current children cumulated CPU time (s) 88.51
Current children cumulated vsize (KiB) 46888

[startup+91.1017 s]
/proc/loadavg: 2.02 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=24664 CPUtime=53.42
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5884 0 0 0 5007 335 0 0 25 0 1 0 23977775 25255936 5854 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 6166 5854 42 102 0 6061 0
Current children cumulated CPU time (s) 90.09
Current children cumulated vsize (KiB) 46888

[startup+92.7019 s]
/proc/loadavg: 2.02 1.99 2.00 3/83 27911
/proc/meminfo: memFree=1561232/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=36.67
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1365 30752 0 2 6 1 3627 33 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27910] ppid=27887 vsize=5356 CPUtime=0
/proc/27910/stat : 27910 (sh) S 27887 27887 22877 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23977774 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27910/statm: 1339 232 193 169 0 50 0
[pid=27911] ppid=27910 vsize=24664 CPUtime=55.01
/proc/27911/stat : 27911 (picosat) R 27910 27887 22877 0 -1 4194304 5884 0 0 0 5166 335 0 0 25 0 1 0 23977775 25255936 5854 996147200 134512640 134931368 4294956256 18446744073709551615 134525763 0 0 4096 0 0 0 0 17 1 0 0
/proc/27911/statm: 6166 5854 42 102 0 6061 0
Current children cumulated CPU time (s) 91.68
Current children cumulated vsize (KiB) 46888

[startup+93.5069 s]
/proc/loadavg: 2.02 1.99 2.00 3/87 27917
/proc/meminfo: memFree=1582064/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=16868 CPUtime=92.35
/proc/27887/stat : 27887 (sugar) S 27885 27887 22877 0 -1 4194304 1446 36928 0 2 6 1 8859 369 16 0 1 0 23974058 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 245491609698 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/27887/statm: 4217 1113 409 3 0 796 0
[pid=27912] ppid=27887 vsize=5356 CPUtime=0
/proc/27912/stat : 27912 (sh) S 27887 27887 22877 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23983395 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 245482709828 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/27912/statm: 1339 233 193 169 0 50 0
[pid=27913] ppid=27912 vsize=862012 CPUtime=0.11
/proc/27913/stat : 27913 (java) S 27912 27887 22877 0 -1 0 2860 0 1 0 10 1 0 0 18 0 9 0 23983396 882700288 2331 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/27913/statm: 215503 2331 1251 9 0 210416 0
[pid=27913/tid=27914] ppid=27912 vsize=862012 CPUtime=0.09
/proc/27913/task/27914/stat : 27914 (java) R 27912 27887 22877 0 -1 64 1957 0 1 0 9 0 0 0 18 0 9 0 23983397 882700288 2331 996147200 134512640 134550932 4294955984 18446744073709551615 4125981149 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27913/tid=27915] ppid=27912 vsize=862012 CPUtime=0
/proc/27913/task/27915/stat : 27915 (java) S 27912 27887 22877 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23983398 882700288 2331 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=27913/tid=27916] ppid=27912 vsize=862012 CPUtime=0
/proc/27913/task/27916/stat : 27916 (java) S 27912 27887 22877 0 -1 64 10 0 0 0 0 0 0 0 19 0 9 0 23983398 882700288 2331 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=27913/tid=27917] ppid=27912 vsize=862012 CPUtime=0
/proc/27913/task/27917/stat : 27917 (java) S 27912 27887 22877 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 23983398 882700288 2331 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 92.46
Current children cumulated vsize (KiB) 884236

[startup+93.7075 s]
/proc/loadavg: 2.02 1.99 2.00 3/87 27917
/proc/meminfo: memFree=1582064/2055920 swapFree=4192812/4192956
[pid=27887] ppid=27885 vsize=0 CPUtime=92.67
/proc/27887/stat : 27887 (sugar) Z 27885 27887 22877 0 -1 4194316 1537 40709 0 3 6 2 8887 372 15 0 1 0 23974058 0 0 996147200 0 0 0 0 0 0 0 4224 16386 18446744071563351923 0 0 17 1 0 0
/proc/27887/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 92.67
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 93.7077
CPU time (s): 92.6869
CPU user time (s): 88.9445
CPU system time (s): 3.74243
CPU usage (%): 98.9106
Max. virtual memory (cumulated for all children) (KiB): 897072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 88.9445
system time used= 3.74243
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42246
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= 8610
involuntary context switches= 12076

runsolver used 0.144977 second user time and 0.308953 second system time

The end

Launcher Data

Begin job on node17 at 2009-07-12 05:24:28
IDJOB=2079925
IDBENCH=56971
IDSOLVER=738
FILE ID=node17/2079925-1247369068
PBS_JOBID= 9506985
Free space on /tmp= 66444 MiB

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

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

MD5SUM BENCH= a77acc6db05f9e3edb4254355449e375
RANDOM SEED=1215178527

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1603336 kB
Buffers:         61704 kB
Cached:         185272 kB
SwapCached:          0 kB
Active:         291048 kB
Inactive:        99420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1603336 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1564 kB
Writeback:           0 kB
Mapped:         161252 kB
Slab:            46988 kB
Committed_AS:   922788 kB
PageTables:       2136 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= 66444 MiB
End job on node17 at 2009-07-12 05:26:02