Trace number 2071422

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 71.1852 71.9961

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-54_ext.xml
MD5SUM5595f8aff8e667477c35af26f6ef9eca
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 benchmark0.549915
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.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 01:08:36 2009
0.00/0.08	c 0	PID 16992
0.00/0.08	c 0	HOST node42.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2071422-1247353716.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-2071422-1247353716.xml' 'HOME/temp.csp'
0.06/0.59	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.06/0.61	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.61	c 0	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 0	Parsing HOME/temp.csp
0.56/0.82	c 0	parsed 459 expressions
0.56/0.83	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.56/0.83	c 1	Converting to clausal form CSP
0.56/0.85	c 1	converted 46 (10%) expressions
0.56/0.86	c 1	converted 92 (20%) expressions
0.56/0.88	c 1	converted 138 (30%) expressions
0.56/0.88	c 1	converted 184 (40%) expressions
0.56/0.89	c 1	converted 230 (50%) expressions
0.56/0.90	c 1	converted 276 (60%) expressions
0.56/0.90	c 1	converted 322 (70%) expressions
0.56/0.90	c 1	converted 368 (80%) expressions
0.56/0.91	c 1	converted 414 (90%) expressions
1.92/2.03	c 2	converted 459 (100%) expressions
1.92/2.03	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.92/2.03	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.03	c 2	Propagation in CSP
1.92/2.03	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.92/2.03	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.92/2.03	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.92/2.03	c 2	Simplifing CSP by introducing new Boolean variables
1.92/2.03	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
1.92/2.03	c 2	Heap : 34 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
2.11/2.23	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.11/2.26	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.11/2.26	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.11/2.27	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.21/2.33	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.21/2.34	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.21/2.34	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.21/2.35	c 2	54 (70%) CSP integer variables are encoded (26094 clauses, 369308 bytes)
2.21/2.35	c 2	61 (80%) CSP integer variables are encoded (27046 clauses, 383588 bytes)
2.21/2.35	c 2	69 (90%) CSP integer variables are encoded (28134 clauses, 399908 bytes)
2.21/2.35	c 2	76 (100%) CSP integer variables are encoded (28814 clauses, 410108 bytes)
2.31/2.41	c 2	35 (10%) CSP clauses are encoded (29737 clauses, 428653 bytes)
2.31/2.43	c 2	70 (20%) CSP clauses are encoded (30635 clauses, 450456 bytes)
2.31/2.45	c 2	105 (30%) CSP clauses are encoded (31554 clauses, 472249 bytes)
2.31/2.48	c 2	140 (40%) CSP clauses are encoded (32475 clauses, 494272 bytes)
2.42/2.51	c 2	175 (50%) CSP clauses are encoded (33397 clauses, 516498 bytes)
2.42/2.53	c 2	210 (60%) CSP clauses are encoded (34318 clauses, 539194 bytes)
2.42/2.56	c 2	245 (70%) CSP clauses are encoded (35240 clauses, 563424 bytes)
2.42/2.59	c 2	280 (80%) CSP clauses are encoded (36187 clauses, 588024 bytes)
2.52/2.64	c 2	315 (90%) CSP clauses are encoded (37178 clauses, 613194 bytes)
36.05/36.58	c 36	350 (100%) CSP clauses are encoded (497869 clauses, 15838777 bytes)
36.05/36.58	c 36	350 CSP clauses encoded
36.05/36.58	c 36	Writing map file : HOME/temp.map
36.05/36.59	c 36	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.05/36.59	c 36	SAT : 28888 SAT variables, 497869 SAT clauses, 15838777 bytes
36.05/36.59	c 36	Heap : 47 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.15/36.64	c 36	SOLVING HOME/temp.cnf
36.15/36.64	c 36	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
70.78/71.66	c 71	DECODING HOME/temp.out WITH HOME/temp.map
70.78/71.66	c 71	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'
70.86/71.74	c 71	Decoding HOME/temp.out
70.86/71.96	s SATISFIABLE
70.86/71.97	v 16 5 19 13 14 0 15 5 1 2 24 8 6 9 9 1 11 5 12 14 2 1 22 2 20 0 5 7 23 2 7 3 8 14 10 3 25 0 21 10 4 4 13 0 3 2 17 6 18 21 18 18 23 25 33 42 43 48 62 63 65 65 72 74 77 91 94 94 104 108 108 110 116 137 137 0
70.86/71.98	c 72	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
70.86/71.99	c 72	CPU 71.16 (0.06 0.02 67.14 3.94)
70.86/71.99	c 72	END Sun Jul 12 01:09:48 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-2071422-1247353716/watcher-2071422-1247353716 -o /tmp/evaluation-result-2071422-1247353716/solver-2071422-1247353716 -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-2071422-1247353716.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.06 2.07 2.02 4/81 16992
/proc/meminfo: memFree=1884096/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=18576 CPUtime=0
/proc/16992/stat : 16992 (runsolver) R 16990 16992 16480 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 22435488 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 259415141671 0 0 4096 24578 0 0 0 17 1 0 0
/proc/16992/statm: 4644 284 249 26 0 2626 0

[startup+0.085092 s]
/proc/loadavg: 2.06 2.07 2.02 4/81 16992
/proc/meminfo: memFree=1884096/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.06
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.101096 s]
/proc/loadavg: 2.06 2.07 2.02 4/81 16992
/proc/meminfo: memFree=1884096/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.06
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.30113 s]
/proc/loadavg: 2.06 2.07 2.02 4/81 16992
/proc/meminfo: memFree=1884096/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.06
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701208 s]
/proc/loadavg: 2.06 2.07 2.02 4/81 16992
/proc/meminfo: memFree=1884096/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.56
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1309 5007 0 1 5 1 47 3 16 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 16868

[startup+1.50236 s]
/proc/loadavg: 2.06 2.07 2.02 4/92 17014
/proc/meminfo: memFree=1869544/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.56
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1309 5007 0 1 5 1 47 3 15 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
[pid=17005] ppid=16992 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16992 16992 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22435550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17005/statm: 1339 233 193 169 0 50 0
[pid=17006] ppid=17005 vsize=864356 CPUtime=0.86
/proc/17006/stat : 17006 (java) S 17005 16992 16480 0 -1 0 10052 0 1 0 82 4 0 0 18 0 9 0 22435550 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17006/statm: 216089 9318 2566 9 0 210594 0
[pid=17006/tid=17007] ppid=17005 vsize=864356 CPUtime=0.4
/proc/17006/task/17007/stat : 17007 (java) R 17005 16992 16480 0 -1 64 2784 0 1 0 39 1 0 0 19 0 9 0 22435551 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17008] ppid=17005 vsize=864356 CPUtime=0.38
/proc/17006/task/17008/stat : 17008 (java) R 17005 16992 16480 0 -1 64 6255 0 0 0 36 2 0 0 16 0 9 0 22435552 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 102549391 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17009] ppid=17005 vsize=864356 CPUtime=0
/proc/17006/task/17009/stat : 17009 (java) S 17005 16992 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22435552 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17010] ppid=17005 vsize=864356 CPUtime=0
/proc/17006/task/17010/stat : 17010 (java) S 17005 16992 16480 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 22435552 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17011] ppid=17005 vsize=864356 CPUtime=0
/proc/17006/task/17011/stat : 17011 (java) S 17005 16992 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22435554 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17012] ppid=17005 vsize=864356 CPUtime=0.05
/proc/17006/task/17012/stat : 17012 (java) S 17005 16992 16480 0 -1 64 315 0 0 0 5 0 0 0 16 0 9 0 22435554 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17013] ppid=17005 vsize=864356 CPUtime=0
/proc/17006/task/17013/stat : 17013 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22435554 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17014] ppid=17005 vsize=864356 CPUtime=0
/proc/17006/task/17014/stat : 17014 (java) R 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22435554 885100544 9318 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 886580

[startup+3.10267 s]
/proc/loadavg: 2.06 2.07 2.02 4/92 17014
/proc/meminfo: memFree=1836776/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.57
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1310 5007 0 1 6 1 47 3 15 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
[pid=17005] ppid=16992 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16992 16992 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22435550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17005/statm: 1339 233 193 169 0 50 0
[pid=17006] ppid=17005 vsize=864468 CPUtime=2.44
/proc/17006/stat : 17006 (java) S 17005 16992 16480 0 -1 0 14919 0 1 0 237 7 0 0 18 0 9 0 22435550 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17006/statm: 216117 14123 2590 9 0 210594 0
[pid=17006/tid=17007] ppid=17005 vsize=864468 CPUtime=1.35
/proc/17006/task/17007/stat : 17007 (java) R 17005 16992 16480 0 -1 64 3308 0 1 0 133 2 0 0 24 0 9 0 22435551 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 102094255 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17008] ppid=17005 vsize=864468 CPUtime=0.99
/proc/17006/task/17008/stat : 17008 (java) S 17005 16992 16480 0 -1 64 10576 0 0 0 95 4 0 0 16 0 9 0 22435552 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17009] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17009/stat : 17009 (java) S 17005 16992 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17010] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17010/stat : 17010 (java) S 17005 16992 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17011] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17011/stat : 17011 (java) S 17005 16992 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22435554 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17012] ppid=17005 vsize=864468 CPUtime=0.08
/proc/17006/task/17012/stat : 17012 (java) S 17005 16992 16480 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22435554 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17013] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17013/stat : 17013 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22435554 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17014] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17014/stat : 17014 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22435554 885215232 14123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 886692

[startup+6.30228 s]
/proc/loadavg: 2.06 2.07 2.02 3/92 17014
/proc/meminfo: memFree=1831016/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.57
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1310 5007 0 1 6 1 47 3 15 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
[pid=17005] ppid=16992 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16992 16992 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22435550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17005/statm: 1339 233 193 169 0 50 0
[pid=17006] ppid=17005 vsize=864468 CPUtime=5.61
/proc/17006/stat : 17006 (java) S 17005 16992 16480 0 -1 0 15635 0 1 0 552 9 0 0 18 0 9 0 22435550 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17006/statm: 216117 14783 2590 9 0 210594 0
[pid=17006/tid=17007] ppid=17005 vsize=864468 CPUtime=4.42
/proc/17006/task/17007/stat : 17007 (java) R 17005 16992 16480 0 -1 64 3364 0 1 0 439 3 0 0 25 0 9 0 22435551 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4126587367 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17008] ppid=17005 vsize=864468 CPUtime=1.09
/proc/17006/task/17008/stat : 17008 (java) S 17005 16992 16480 0 -1 64 11236 0 0 0 104 5 0 0 16 0 9 0 22435552 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17009] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17009/stat : 17009 (java) S 17005 16992 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17010] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17010/stat : 17010 (java) S 17005 16992 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17011] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17011/stat : 17011 (java) S 17005 16992 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22435554 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17012] ppid=17005 vsize=864468 CPUtime=0.08
/proc/17006/task/17012/stat : 17012 (java) S 17005 16992 16480 0 -1 64 337 0 0 0 8 0 0 0 16 0 9 0 22435554 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17013] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17013/stat : 17013 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22435554 885215232 14783 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17014] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17014/stat : 17014 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22435554 885215232 14783 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) 886692

[startup+12.7025 s]
/proc/loadavg: 2.05 2.07 2.02 3/92 17014
/proc/meminfo: memFree=1821224/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.57
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1310 5007 0 1 6 1 47 3 15 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
[pid=17005] ppid=16992 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16992 16992 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22435550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17005/statm: 1339 233 193 169 0 50 0
[pid=17006] ppid=17005 vsize=864468 CPUtime=11.94
/proc/17006/stat : 17006 (java) S 17005 16992 16480 0 -1 0 17460 0 1 0 1181 13 0 0 18 0 9 0 22435550 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17006/statm: 216117 16478 2590 9 0 210594 0
[pid=17006/tid=17007] ppid=17005 vsize=864468 CPUtime=10.52
/proc/17006/task/17007/stat : 17007 (java) R 17005 16992 16480 0 -1 64 3494 0 1 0 1046 6 0 0 25 0 9 0 22435551 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 102094187 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17008] ppid=17005 vsize=864468 CPUtime=1.32
/proc/17006/task/17008/stat : 17008 (java) S 17005 16992 16480 0 -1 64 12930 0 0 0 126 6 0 0 15 0 9 0 22435552 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17009] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17009/stat : 17009 (java) S 17005 16992 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17010] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17010/stat : 17010 (java) S 17005 16992 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17011] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17011/stat : 17011 (java) S 17005 16992 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22435554 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17012] ppid=17005 vsize=864468 CPUtime=0.09
/proc/17006/task/17012/stat : 17012 (java) S 17005 16992 16480 0 -1 64 338 0 0 0 9 0 0 0 17 0 9 0 22435554 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17013] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17013/stat : 17013 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22435554 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17014] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17014/stat : 17014 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22435554 885215232 16478 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.51
Current children cumulated vsize (KiB) 886692

[startup+25.503 s]
/proc/loadavg: 2.04 2.07 2.02 3/92 17014
/proc/meminfo: memFree=1802088/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=0.57
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1310 5007 0 1 6 1 47 3 15 0 1 0 22435488 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1111 409 3 0 796 0
[pid=17005] ppid=16992 vsize=5356 CPUtime=0
/proc/17005/stat : 17005 (sh) S 16992 16992 16480 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22435550 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17005/statm: 1339 233 193 169 0 50 0
[pid=17006] ppid=17005 vsize=864468 CPUtime=24.59
/proc/17006/stat : 17006 (java) S 17005 16992 16480 0 -1 0 20944 0 1 0 2438 21 0 0 18 0 9 0 22435550 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17006/statm: 216117 19698 2590 9 0 210594 0
[pid=17006/tid=17007] ppid=17005 vsize=864468 CPUtime=22.66
/proc/17006/task/17007/stat : 17007 (java) R 17005 16992 16480 0 -1 64 3758 0 1 0 2256 10 0 0 25 0 9 0 22435551 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4126568736 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17008] ppid=17005 vsize=864468 CPUtime=1.82
/proc/17006/task/17008/stat : 17008 (java) S 17005 16992 16480 0 -1 64 16145 0 0 0 172 10 0 0 16 0 9 0 22435552 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17009] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17009/stat : 17009 (java) S 17005 16992 16480 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17010] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17010/stat : 17010 (java) S 17005 16992 16480 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 22435552 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17011] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17011/stat : 17011 (java) S 17005 16992 16480 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22435554 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17012] ppid=17005 vsize=864468 CPUtime=0.09
/proc/17006/task/17012/stat : 17012 (java) S 17005 16992 16480 0 -1 64 343 0 0 0 9 0 0 0 17 0 9 0 22435554 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17013] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17013/stat : 17013 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22435554 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17006/tid=17014] ppid=17005 vsize=864468 CPUtime=0
/proc/17006/task/17014/stat : 17014 (java) S 17005 16992 16480 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 22435554 885215232 19698 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 886692

[startup+51.1019 s]
/proc/loadavg: 2.03 2.06 2.01 3/84 17016
/proc/meminfo: memFree=1841192/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=24816 CPUtime=14.31
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6038 0 0 0 1076 355 0 0 25 0 1 0 22439153 25411584 6001 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6204 6001 42 102 0 6099 0
Current children cumulated CPU time (s) 50.48
Current children cumulated vsize (KiB) 47040

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

[startup+63.9023 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839656/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=26268 CPUtime=26.98
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6398 0 0 0 2343 355 0 0 25 0 1 0 22439153 26898432 6361 996147200 134512640 134931368 4294956256 18446744073709551615 134523048 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6567 6361 42 102 0 6462 0
Current children cumulated CPU time (s) 63.15
Current children cumulated vsize (KiB) 48492

[startup+67.1069 s]
/proc/loadavg: 2.09 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839592/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=26268 CPUtime=30.15
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6425 0 0 0 2660 355 0 0 25 0 1 0 22439153 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 66.32
Current children cumulated vsize (KiB) 48492

[startup+70.3015 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839592/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=26268 CPUtime=33.32
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6425 0 0 0 2977 355 0 0 25 0 1 0 22439153 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525785 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 69.49
Current children cumulated vsize (KiB) 48492

[startup+71.1017 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839592/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=26268 CPUtime=34.12
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6425 0 0 0 3057 355 0 0 25 0 1 0 22439153 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 70.29
Current children cumulated vsize (KiB) 48492

[startup+71.5068 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839592/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=36.17
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1365 31785 0 2 6 2 3574 35 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
[pid=17015] ppid=16992 vsize=5356 CPUtime=0
/proc/17015/stat : 17015 (sh) S 16992 16992 16480 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22439153 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 259415139140 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17015/statm: 1339 232 193 169 0 50 0
[pid=17016] ppid=17015 vsize=26268 CPUtime=34.51
/proc/17016/stat : 17016 (picosat) R 17015 16992 16480 0 -1 4194304 6425 0 0 0 3096 355 0 0 25 0 1 0 22439153 26898432 6388 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/17016/statm: 6567 6388 42 102 0 6462 0
Current children cumulated CPU time (s) 70.68
Current children cumulated vsize (KiB) 48492

[startup+71.9018 s]
/proc/loadavg: 2.08 2.07 2.02 3/84 17016
/proc/meminfo: memFree=1839592/2055920 swapFree=4192812/4192956
[pid=16992] ppid=16990 vsize=16868 CPUtime=70.86
/proc/16992/stat : 16992 (sugar) S 16990 16992 16480 0 -1 4194304 1446 38502 0 2 6 2 6686 392 16 0 1 0 22435488 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 259424039010 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/16992/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 70.86
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 71.9961
CPU time (s): 71.1852
CPU user time (s): 67.2058
CPU system time (s): 3.9794
CPU usage (%): 98.8737
Max. virtual memory (cumulated for all children) (KiB): 897064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 67.2058
system time used= 3.97939
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43836
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= 8342
involuntary context switches= 10897

runsolver used 0.102984 second user time and 0.247962 second system time

The end

Launcher Data

Begin job on node42 at 2009-07-12 01:08:36
IDJOB=2071422
IDBENCH=55491
IDSOLVER=738
FILE ID=node42/2071422-1247353716
PBS_JOBID= 9506840
Free space on /tmp= 66304 MiB

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

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

MD5SUM BENCH= 5595f8aff8e667477c35af26f6ef9eca
RANDOM SEED=319171141

node42.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.283
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.283
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:       1884576 kB
Buffers:         11336 kB
Cached:          80600 kB
SwapCached:          0 kB
Active:          78736 kB
Inactive:        44692 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1884576 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1912 kB
Writeback:           0 kB
Mapped:          51800 kB
Slab:            33148 kB
Committed_AS:   209252 kB
PageTables:       1864 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= 66304 MiB
End job on node42 at 2009-07-12 01:09:48