Trace number 1051679

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.13+picosatSAT 71.3881 72.1348

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-66_ext.xml
MD5SUM3518e3f195ddf214ca0d283aa45732b4
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.316951
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 (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/picosat
0.00/0.05	c 0	BEGIN Thu Jul  3 05:08:45 2008
0.00/0.05	c 0	PID 20611
0.00/0.05	c 0	HOST node2.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051679-1215054524.xml TO HOME/temp.csp
0.00/0.05	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.XML2CSP 'HOME/instance-1051679-1215054524.xml' 'HOME/temp.csp'
0.03/0.56	c 0	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.03/0.58	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.03/0.58	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.52/0.67	c 0	Parsing HOME/temp.csp
0.52/0.96	c 0	parsed 459 expressions
0.52/0.97	c 0	Heap : 1 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.52/0.97	c 0	Converting to clausal form CSP
0.52/0.99	c 0	converted 46 (10%) expressions
0.92/1.01	c 0	converted 92 (20%) expressions
0.92/1.02	c 1	converted 138 (30%) expressions
0.92/1.03	c 1	converted 184 (40%) expressions
0.92/1.03	c 1	converted 230 (50%) expressions
0.92/1.04	c 1	converted 276 (60%) expressions
0.92/1.05	c 1	converted 322 (70%) expressions
0.92/1.05	c 1	converted 368 (80%) expressions
0.92/1.05	c 1	converted 414 (90%) expressions
2.01/2.12	c 2	converted 459 (100%) expressions
2.01/2.13	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.01/2.13	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.13	c 2	Propagation in CSP
2.01/2.13	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.01/2.13	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.01/2.13	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.01/2.13	c 2	Simplifing CSP by introducing new Boolean variables
2.01/2.13	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.01/2.13	c 2	Heap : 29 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.20/2.31	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.20/2.33	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.20/2.34	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.20/2.34	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.20/2.35	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.20/2.35	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.20/2.36	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.20/2.36	c 2	54 (70%) CSP integer variables are encoded (26026 clauses, 368288 bytes)
2.20/2.36	c 2	61 (80%) CSP integer variables are encoded (26859 clauses, 380783 bytes)
2.20/2.36	c 2	69 (90%) CSP integer variables are encoded (27811 clauses, 395063 bytes)
2.20/2.37	c 2	76 (100%) CSP integer variables are encoded (28406 clauses, 403988 bytes)
2.29/2.43	c 2	35 (10%) CSP clauses are encoded (29328 clauses, 422525 bytes)
2.29/2.45	c 2	70 (20%) CSP clauses are encoded (30225 clauses, 444304 bytes)
2.29/2.47	c 2	105 (30%) CSP clauses are encoded (31145 clauses, 466104 bytes)
2.40/2.50	c 2	140 (40%) CSP clauses are encoded (32067 clauses, 488133 bytes)
2.40/2.53	c 2	175 (50%) CSP clauses are encoded (32989 clauses, 510350 bytes)
2.40/2.55	c 2	210 (60%) CSP clauses are encoded (33912 clauses, 533073 bytes)
2.40/2.58	c 2	245 (70%) CSP clauses are encoded (34833 clauses, 557276 bytes)
2.51/2.61	c 2	280 (80%) CSP clauses are encoded (35780 clauses, 581857 bytes)
2.51/2.66	c 2	315 (90%) CSP clauses are encoded (36770 clauses, 606984 bytes)
26.67/27.08	c 27	350 (100%) CSP clauses are encoded (391382 clauses, 12317821 bytes)
26.67/27.08	c 27	350 CSP clauses encoded
26.67/27.08	c 27	Writing map file : HOME/temp.map
26.67/27.09	c 27	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.67/27.09	c 27	SAT : 28480 SAT variables, 391382 SAT clauses, 12317821 bytes
26.67/27.09	c 27	Heap : 36 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
26.75/27.12	c 27	SOLVING HOME/temp.cnf
26.75/27.12	c 27	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
71.04/71.80	c 71	DECODING HOME/temp.out WITH HOME/temp.map
71.04/71.80	c 71	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
71.04/71.89	c 71	Decoding HOME/temp.out
71.06/72.10	s SATISFIABLE
71.06/72.10	v 5 9 8 3 7 1 20 12 14 27 12 13 4 5 6 1 17 1 21 1 25 3 2 2 18 1 16 5 10 2 19 1 3 3 13 0 9 4 15 0 22 4 1 4 24 8 23 4 11 6 12 13 25 52 65 70 71 72 73 76 78 79 84 86 87 90 90 94 94 98 102 110 114 120 120 0
71.06/72.11	c 72	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
71.06/72.13	c 72	CPU 68.23 (0.03 0.02 68.2 3.12)
71.06/72.13	c 72	END Thu Jul  3 05:09:57 2008

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.5 (c) roussel@cril.univ-artois.fr

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051679-1215054524/watcher-1051679-1215054524 -o /tmp/evaluation-result-1051679-1215054524/solver-1051679-1215054524 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/sugar -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-1051679-1215054524.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): 2200 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20611
/proc/meminfo: memFree=1762728/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=12268 CPUtime=0
/proc/20611/stat : 20611 (sugar) R 20609 20611 18947 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 989857064 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 206381480549 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/20611/statm: 3067 316 241 3 0 167 0

[startup+0.087983 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20611
/proc/meminfo: memFree=1762728/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.03
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989857064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.10238 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20611
/proc/meminfo: memFree=1762728/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.03
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989857064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301999 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20611
/proc/meminfo: memFree=1762728/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.03
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 989857064 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701038 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 20611
/proc/meminfo: memFree=1762728/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.52
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 973 4847 0 1 2 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 13600

[startup+1.50212 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20633
/proc/meminfo: memFree=1753488/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.52
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 973 4847 0 1 2 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 18947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989857123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864140 CPUtime=0.89
/proc/20625/stat : 20625 (java) S 20624 20611 18947 0 -1 0 8278 0 1 0 83 6 0 0 18 0 9 0 989857123 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216035 7539 2540 9 0 210610 0
[pid=20625/tid=20626] ppid=20624 vsize=864140 CPUtime=0.48
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 18947 0 -1 64 2627 0 1 0 46 2 0 0 19 0 9 0 989857124 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864140 CPUtime=0.32
/proc/20625/task/20627/stat : 20627 (java) R 20624 20611 18947 0 -1 64 4623 0 0 0 30 2 0 0 17 0 9 0 989857125 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 104180101 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864140 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 18947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 989857125 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864140 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 18947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989857125 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864140 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989857127 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864140 CPUtime=0.07
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 18947 0 -1 64 335 0 0 0 7 0 0 0 16 0 9 0 989857127 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864140 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 18947 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 989857127 884879360 7539 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864140 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989857127 884879360 7539 996147200 134512640 134550740 4294955952 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) 883096

[startup+3.10229 s]
/proc/loadavg: 2.00 2.00 2.00 4/83 20633
/proc/meminfo: memFree=1725264/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.53
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 974 4847 0 1 3 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 18947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989857123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864392 CPUtime=2.47
/proc/20625/stat : 20625 (java) S 20624 20611 18947 0 -1 0 12843 0 1 0 237 10 0 0 18 0 9 0 989857123 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216098 12046 2564 9 0 210645 0
[pid=20625/tid=20626] ppid=20624 vsize=864392 CPUtime=1.41
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 18947 0 -1 64 2991 0 1 0 138 3 0 0 23 0 9 0 989857124 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 102064907 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864392 CPUtime=0.94
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 18947 0 -1 64 8802 0 0 0 89 5 0 0 16 0 9 0 989857125 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 18947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 989857125 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 18947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989857125 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989857127 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864392 CPUtime=0.09
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 18947 0 -1 64 357 0 0 0 9 0 0 0 16 0 9 0 989857127 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 18947 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 989857127 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989857127 885137408 12046 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 883348

[startup+6.30283 s]
/proc/loadavg: 2.00 2.00 2.00 3/83 20633
/proc/meminfo: memFree=1718416/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.53
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 974 4847 0 1 3 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 18947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989857123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864392 CPUtime=5.64
/proc/20625/stat : 20625 (java) S 20624 20611 18947 0 -1 0 13700 0 1 0 552 12 0 0 18 0 9 0 989857123 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216098 12820 2564 9 0 210645 0
[pid=20625/tid=20626] ppid=20624 vsize=864392 CPUtime=4.45
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 18947 0 -1 64 3074 0 1 0 441 4 0 0 25 0 9 0 989857124 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864392 CPUtime=1.07
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 18947 0 -1 64 9576 0 0 0 101 6 0 0 15 0 9 0 989857125 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 18947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 989857125 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 18947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989857125 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989857127 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864392 CPUtime=0.09
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 18947 0 -1 64 357 0 0 0 9 0 0 0 16 0 9 0 989857127 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 18947 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 989857127 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989857127 885137408 12820 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 883348

[startup+12.7023 s]
/proc/loadavg: 2.07 2.02 2.00 3/83 20633
/proc/meminfo: memFree=1708048/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.53
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 974 4847 0 1 3 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 18947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989857123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864392 CPUtime=11.98
/proc/20625/stat : 20625 (java) S 20624 20611 18947 0 -1 0 15623 0 1 0 1181 17 0 0 18 0 9 0 989857123 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216098 14563 2564 9 0 210645 0
[pid=20625/tid=20626] ppid=20624 vsize=864392 CPUtime=10.48
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 18947 0 -1 64 3254 0 1 0 1042 6 0 0 25 0 9 0 989857124 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 103215010 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864392 CPUtime=1.37
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 18947 0 -1 64 11318 0 0 0 128 9 0 0 16 0 9 0 989857125 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 18947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 989857125 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 18947 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 989857125 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989857127 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864392 CPUtime=0.1
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 18947 0 -1 64 358 0 0 0 10 0 0 0 17 0 9 0 989857127 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 18947 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 989857127 885137408 14563 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989857127 885137408 14563 996147200 134512640 134550740 4294955952 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) 883348

[startup+25.5026 s]
/proc/loadavg: 2.14 2.03 2.01 3/83 20633
/proc/meminfo: memFree=1691792/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=0.53
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 974 4847 0 1 3 1 46 3 15 0 1 0 989857064 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 797 370 3 0 500 0
[pid=20624] ppid=20611 vsize=5356 CPUtime=0
/proc/20624/stat : 20624 (sh) S 20611 20611 18947 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 989857123 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20624/statm: 1339 233 193 169 0 50 0
[pid=20625] ppid=20624 vsize=864392 CPUtime=24.65
/proc/20625/stat : 20625 (java) S 20624 20611 18947 0 -1 0 23243 0 1 0 2436 29 0 0 18 0 9 0 989857123 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/20625/statm: 216098 16773 2564 9 0 210645 0
[pid=20625/tid=20626] ppid=20624 vsize=864392 CPUtime=22.29
/proc/20625/task/20626/stat : 20626 (java) R 20624 20611 18947 0 -1 64 3602 0 1 0 2218 11 0 0 25 0 9 0 989857124 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 102064894 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20627] ppid=20624 vsize=864392 CPUtime=2.22
/proc/20625/task/20627/stat : 20627 (java) S 20624 20611 18947 0 -1 64 18586 0 0 0 207 15 0 0 16 0 9 0 989857125 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20628] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20628/stat : 20628 (java) S 20624 20611 18947 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 989857125 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20629] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20629/stat : 20629 (java) S 20624 20611 18947 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 989857125 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20630] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20630/stat : 20630 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 989857127 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20631] ppid=20624 vsize=864392 CPUtime=0.1
/proc/20625/task/20631/stat : 20631 (java) S 20624 20611 18947 0 -1 64 362 0 0 0 10 0 0 0 17 0 9 0 989857127 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20632] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20632/stat : 20632 (java) S 20624 20611 18947 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 989857127 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=20625/tid=20633] ppid=20624 vsize=864392 CPUtime=0
/proc/20625/task/20633/stat : 20633 (java) S 20624 20611 18947 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 989857127 885137408 16773 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.18
Current children cumulated vsize (KiB) 883348

[startup+51.1013 s]
/proc/loadavg: 2.09 2.03 2.01 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=26.79
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1021 28447 0 2 3 2 2639 35 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 18947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989859776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=21768 CPUtime=23.75
/proc/20635/stat : 20635 (picosat) R 20634 20611 18947 0 -1 4194304 5185 0 0 0 2102 273 0 0 25 0 1 0 989859776 22290432 5148 996147200 134512640 134931368 4294956256 18446744073709551615 134525621 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 5442 5148 42 102 0 5337 0
Current children cumulated CPU time (s) 50.54
Current children cumulated vsize (KiB) 40724

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

[startup+63.9026 s]
/proc/loadavg: 2.07 2.03 2.01 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=26.79
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1021 28447 0 2 3 2 2639 35 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 18947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989859776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=21768 CPUtime=36.43
/proc/20635/stat : 20635 (picosat) R 20634 20611 18947 0 -1 4194304 5185 0 0 0 3370 273 0 0 25 0 1 0 989859776 22290432 5148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 5442 5148 42 102 0 5337 0
Current children cumulated CPU time (s) 63.22
Current children cumulated vsize (KiB) 40724

[startup+67.1069 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=26.79
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1021 28447 0 2 3 2 2639 35 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 18947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989859776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=21768 CPUtime=39.6
/proc/20635/stat : 20635 (picosat) R 20634 20611 18947 0 -1 4194304 5185 0 0 0 3687 273 0 0 25 0 1 0 989859776 22290432 5148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 5442 5148 42 102 0 5337 0
Current children cumulated CPU time (s) 66.39
Current children cumulated vsize (KiB) 40724

[startup+70.3022 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=26.79
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1021 28447 0 2 3 2 2639 35 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 18947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989859776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=21768 CPUtime=42.78
/proc/20635/stat : 20635 (picosat) R 20634 20611 18947 0 -1 4194304 5185 0 0 0 4005 273 0 0 25 0 1 0 989859776 22290432 5148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 5442 5148 42 102 0 5337 0
Current children cumulated CPU time (s) 69.57
Current children cumulated vsize (KiB) 40724

[startup+71.1023 s]
/proc/loadavg: 2.07 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=26.79
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1021 28447 0 2 3 2 2639 35 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
[pid=20634] ppid=20611 vsize=5356 CPUtime=0
/proc/20634/stat : 20634 (sh) S 20611 20611 18947 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 989859776 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 206381310788 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/20634/statm: 1339 232 193 169 0 50 0
[pid=20635] ppid=20634 vsize=21768 CPUtime=43.57
/proc/20635/stat : 20635 (picosat) R 20634 20611 18947 0 -1 4194304 5185 0 0 0 4084 273 0 0 25 0 1 0 989859776 22290432 5148 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/20635/statm: 5442 5148 42 102 0 5337 0
Current children cumulated CPU time (s) 70.36
Current children cumulated vsize (KiB) 40724

[startup+71.9024 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=71.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1089 33924 0 2 3 2 6792 309 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 71.06
Current children cumulated vsize (KiB) 13600

[startup+72.1024 s]
/proc/loadavg: 2.06 2.03 2.00 3/75 20635
/proc/meminfo: memFree=1727568/2055920 swapFree=4180832/4192956
[pid=20611] ppid=20609 vsize=13600 CPUtime=71.06
/proc/20611/stat : 20611 (sugar) S 20609 20611 18947 0 -1 4194304 1089 33924 0 2 3 2 6792 309 16 0 1 0 989857064 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 206390210658 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/20611/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 71.06
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 72.1348
CPU time (s): 71.3881
CPU user time (s): 68.2376
CPU system time (s): 3.15052
CPU usage (%): 98.965
Max. virtual memory (cumulated for all children) (KiB): 896160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 68.2376
system time used= 3.15052
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38809
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= 6680
involuntary context switches= 7969

runsolver used 0.091986 second user time and 0.250961 second system time

The end

Launcher Data (download as text)

Begin job on node2 at 2008-07-03 05:08:44
IDJOB=1051679
IDBENCH=55497
IDSOLVER=345
FILE ID=node2/1051679-1215054524
PBS_JOBID= 7875170
Free space on /tmp= 66552 MiB

SOLVER NAME= Sugar v1.13+picosat
BENCH NAME= CPAI08/csp/travellingSalesman-25/normalized-tsp-25-66_ext.xml
COMMAND LINE= DIR/sugar -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/picosat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1051679-1215054524/watcher-1051679-1215054524 -o /tmp/evaluation-result-1051679-1215054524/solver-1051679-1215054524 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/sugar -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/picosat" -tmp="HOME/temp" HOME/instance-1051679-1215054524.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 3518e3f195ddf214ca0d283aa45732b4
RANDOM SEED=946881537

node2.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.236
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.236
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:       1763208 kB
Buffers:         46980 kB
Cached:         154392 kB
SwapCached:       5960 kB
Active:         150564 kB
Inactive:        77712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1763208 kB
SwapTotal:     4192956 kB
SwapFree:      4180832 kB
Dirty:            1376 kB
Writeback:           0 kB
Mapped:          34496 kB
Slab:            49524 kB
Committed_AS:  1472744 kB
PageTables:       1956 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264992 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66552 MiB
End job on node2 at 2008-07-03 05:09:57