Trace number 1051610

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 204.16 206.178

General information on the benchmark

Namecsp/travellingSalesman-25/
normalized-tsp-25-13_ext.xml
MD5SUMeef28a8aaa5ab23398c7f7cc139b9a88
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.600908
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.04	c 0	Sugar v1-13 + HOME/picosat
0.00/0.04	c 0	BEGIN Thu Jul  3 05:05:30 2008
0.00/0.04	c 0	PID 790
0.00/0.05	c 0	HOST node45.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1051610-1215054330.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-1051610-1215054330.xml' 'HOME/temp.csp'
0.04/0.55	c 1	5 domains, 76 variables, 0 predicates, 28 relations, 350 constraints
0.04/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.04/0.61	c 1	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.04/0.69	c 1	Parsing HOME/temp.csp
0.54/0.87	c 1	parsed 459 expressions
0.54/0.87	c 1	Heap : 2 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
0.54/0.87	c 1	Converting to clausal form CSP
0.54/0.90	c 1	converted 46 (10%) expressions
0.54/0.91	c 1	converted 92 (20%) expressions
0.54/0.92	c 1	converted 138 (30%) expressions
0.54/0.93	c 1	converted 184 (40%) expressions
0.54/0.94	c 1	converted 230 (50%) expressions
0.54/0.94	c 1	converted 276 (60%) expressions
0.54/0.94	c 1	converted 322 (70%) expressions
0.54/0.95	c 1	converted 368 (80%) expressions
0.54/0.96	c 1	converted 414 (90%) expressions
2.00/2.11	c 2	converted 459 (100%) expressions
2.00/2.11	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.00/2.11	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.11	c 2	Propagation in CSP
2.00/2.11	c 2	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.00/2.11	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.00/2.11	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.00/2.11	c 2	Simplifing CSP by introducing new Boolean variables
2.00/2.11	c 2	CSP : 76 integers, 0 booleans, 350 clauses, largest domain size 1001
2.00/2.11	c 2	Heap : 34 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.19/2.30	c 2	Encoding CSP to SAT : HOME/temp.cnf
2.19/2.32	c 2	8 (10%) CSP integer variables are encoded (4088 clauses, 51001 bytes)
2.19/2.33	c 2	16 (20%) CSP integer variables are encoded (8176 clauses, 104145 bytes)
2.19/2.33	c 2	23 (30%) CSP integer variables are encoded (11265 clauses, 146873 bytes)
2.19/2.34	c 2	31 (40%) CSP integer variables are encoded (15353 clauses, 208193 bytes)
2.19/2.34	c 2	38 (50%) CSP integer variables are encoded (19418 clauses, 269168 bytes)
2.19/2.35	c 2	46 (60%) CSP integer variables are encoded (23506 clauses, 330488 bytes)
2.19/2.35	c 2	54 (70%) CSP integer variables are encoded (26078 clauses, 369068 bytes)
2.19/2.35	c 2	61 (80%) CSP integer variables are encoded (27002 clauses, 382928 bytes)
2.19/2.36	c 2	69 (90%) CSP integer variables are encoded (28058 clauses, 398768 bytes)
2.19/2.36	c 2	76 (100%) CSP integer variables are encoded (28718 clauses, 408668 bytes)
2.28/2.42	c 2	35 (10%) CSP clauses are encoded (29641 clauses, 427213 bytes)
2.28/2.43	c 2	70 (20%) CSP clauses are encoded (30540 clauses, 449029 bytes)
2.28/2.46	c 3	105 (30%) CSP clauses are encoded (31461 clauses, 470860 bytes)
2.28/2.48	c 3	140 (40%) CSP clauses are encoded (32384 clauses, 492918 bytes)
2.39/2.51	c 3	175 (50%) CSP clauses are encoded (33307 clauses, 515140 bytes)
2.39/2.54	c 3	210 (60%) CSP clauses are encoded (34229 clauses, 537842 bytes)
2.39/2.56	c 3	245 (70%) CSP clauses are encoded (35149 clauses, 562038 bytes)
2.39/2.59	c 3	280 (80%) CSP clauses are encoded (36096 clauses, 586618 bytes)
2.49/2.64	c 3	315 (90%) CSP clauses are encoded (37090 clauses, 611818 bytes)
32.68/33.19	c 33	350 (100%) CSP clauses are encoded (471565 clauses, 14964457 bytes)
32.68/33.19	c 33	350 CSP clauses encoded
32.68/33.19	c 33	Writing map file : HOME/temp.map
32.68/33.20	c 33	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.78/33.20	c 33	SAT : 28792 SAT variables, 471565 SAT clauses, 14964457 bytes
32.78/33.20	c 33	Heap : 48 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
32.78/33.25	c 33	SOLVING HOME/temp.cnf
32.78/33.25	c 33	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
203.76/205.84	c 206	DECODING HOME/temp.out WITH HOME/temp.map
203.76/205.84	c 206	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
203.82/205.93	c 206	Decoding HOME/temp.out
203.82/206.14	s SATISFIABLE
203.82/206.14	v 16 3 7 6 10 8 18 6 23 0 19 6 9 3 24 1 13 5 8 12 2 5 11 4 25 0 1 4 3 12 5 19 21 13 17 1 20 7 12 4 14 2 6 3 22 0 4 2 15 7 9 17 23 23 29 32 33 38 50 55 59 59 63 75 94 107 108 115 119 121 124 124 126 133 133 0
203.82/206.15	c 206	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
203.82/206.17	c 206	CPU 200.44 (0.03 0.01 200.41 3.67)
203.82/206.17	c 206	END Thu Jul  3 05:08:56 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-1051610-1215054330/watcher-1051610-1215054330 -o /tmp/evaluation-result-1051610-1215054330/solver-1051610-1215054330 -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-1051610-1215054330.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: 1.92 2.03 2.01 4/72 790
/proc/meminfo: memFree=1722852/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=12268 CPUtime=0
/proc/790/stat : 790 (sugar) R 788 790 30836 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 1984405381 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 258939255397 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/790/statm: 3067 316 241 3 0 167 0

[startup+0.0625479 s]
/proc/loadavg: 1.92 2.03 2.01 4/72 790
/proc/meminfo: memFree=1722852/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.04
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984405381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.102204 s]
/proc/loadavg: 1.92 2.03 2.01 4/72 790
/proc/meminfo: memFree=1722852/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.04
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984405381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.30124 s]
/proc/loadavg: 1.92 2.03 2.01 4/72 790
/proc/meminfo: memFree=1722852/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.04
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 900 127 0 0 3 1 0 0 19 0 1 0 1984405381 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13600

[startup+0.701313 s]
/proc/loadavg: 1.92 2.03 2.01 4/72 790
/proc/meminfo: memFree=1722852/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 973 5047 0 1 3 1 47 3 16 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13600

[startup+1.50246 s]
/proc/loadavg: 1.92 2.03 2.01 4/83 812
/proc/meminfo: memFree=1710604/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 973 5047 0 1 3 1 47 3 15 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984405442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864336 CPUtime=0.86
/proc/804/stat : 804 (java) S 803 790 30836 0 -1 0 9277 0 1 0 82 4 0 0 19 0 9 0 1984405442 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216084 8557 2540 9 0 210659 0
[pid=804/tid=805] ppid=803 vsize=864336 CPUtime=0.39
/proc/804/task/805/stat : 805 (java) R 803 790 30836 0 -1 64 2729 0 1 0 38 1 0 0 19 0 9 0 1984405443 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 103215240 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864336 CPUtime=0.38
/proc/804/task/806/stat : 806 (java) S 803 790 30836 0 -1 64 5522 0 0 0 36 2 0 0 17 0 9 0 1984405444 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864336 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984405445 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864336 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 30836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984405445 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864336 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984405447 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864336 CPUtime=0.07
/proc/804/task/810/stat : 810 (java) S 803 790 30836 0 -1 64 334 0 0 0 7 0 0 0 16 0 9 0 1984405447 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864336 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984405447 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864336 CPUtime=0
/proc/804/task/812/stat : 812 (java) R 803 790 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984405447 885080064 8557 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 883292

[startup+3.10175 s]
/proc/loadavg: 1.92 2.03 2.01 4/83 812
/proc/meminfo: memFree=1678412/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 974 5047 0 1 3 1 47 3 15 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984405442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864448 CPUtime=2.44
/proc/804/stat : 804 (java) S 803 790 30836 0 -1 0 14339 0 1 0 237 7 0 0 19 0 9 0 1984405442 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216112 13565 2564 9 0 210659 0
[pid=804/tid=805] ppid=803 vsize=864448 CPUtime=1.35
/proc/804/task/805/stat : 805 (java) R 803 790 30836 0 -1 64 3135 0 1 0 133 2 0 0 24 0 9 0 1984405443 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4126618139 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864448 CPUtime=0.96
/proc/804/task/806/stat : 806 (java) S 803 790 30836 0 -1 64 10157 0 0 0 93 3 0 0 16 0 9 0 1984405444 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984405445 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 30836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984405445 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984405447 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864448 CPUtime=0.1
/proc/804/task/810/stat : 810 (java) S 803 790 30836 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984405447 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984405447 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984405447 885194752 13565 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 883404

[startup+6.30233 s]
/proc/loadavg: 1.93 2.03 2.01 3/83 812
/proc/meminfo: memFree=1672716/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 974 5047 0 1 3 1 47 3 15 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984405442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864448 CPUtime=5.61
/proc/804/stat : 804 (java) S 803 790 30836 0 -1 0 15170 0 1 0 552 9 0 0 19 0 9 0 1984405442 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216112 14333 2564 9 0 210659 0
[pid=804/tid=805] ppid=803 vsize=864448 CPUtime=4.4
/proc/804/task/805/stat : 805 (java) R 803 790 30836 0 -1 64 3198 0 1 0 437 3 0 0 25 0 9 0 1984405443 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4126620204 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864448 CPUtime=1.09
/proc/804/task/806/stat : 806 (java) S 803 790 30836 0 -1 64 10925 0 0 0 104 5 0 0 16 0 9 0 1984405444 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984405445 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 30836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984405445 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984405447 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864448 CPUtime=0.1
/proc/804/task/810/stat : 810 (java) S 803 790 30836 0 -1 64 355 0 0 0 10 0 0 0 16 0 9 0 1984405447 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984405447 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984405447 885194752 14333 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.15
Current children cumulated vsize (KiB) 883404

[startup+12.7015 s]
/proc/loadavg: 1.93 2.03 2.01 3/83 812
/proc/meminfo: memFree=1662284/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 974 5047 0 1 3 1 47 3 15 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984405442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864448 CPUtime=11.95
/proc/804/stat : 804 (java) S 803 790 30836 0 -1 0 17051 0 1 0 1182 13 0 0 19 0 9 0 1984405442 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216112 16067 2564 9 0 210659 0
[pid=804/tid=805] ppid=803 vsize=864448 CPUtime=10.48
/proc/804/task/805/stat : 805 (java) R 803 790 30836 0 -1 64 3345 0 1 0 1042 6 0 0 25 0 9 0 1984405443 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4126568952 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864448 CPUtime=1.34
/proc/804/task/806/stat : 806 (java) S 803 790 30836 0 -1 64 12658 0 0 0 128 6 0 0 16 0 9 0 1984405444 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984405445 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 30836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 1984405445 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984405447 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864448 CPUtime=0.1
/proc/804/task/810/stat : 810 (java) S 803 790 30836 0 -1 64 356 0 0 0 10 0 0 0 17 0 9 0 1984405447 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984405447 885194752 16067 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984405447 885194752 16067 996147200 134512640 134550740 4294955952 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) 883404

[startup+25.5028 s]
/proc/loadavg: 1.95 2.03 2.01 3/83 812
/proc/meminfo: memFree=1642828/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=0.54
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 974 5047 0 1 3 1 47 3 15 0 1 0 1984405381 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 797 370 3 0 500 0
[pid=803] ppid=790 vsize=5356 CPUtime=0
/proc/803/stat : 803 (sh) S 790 790 30836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1984405442 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/803/statm: 1339 233 193 169 0 50 0
[pid=804] ppid=803 vsize=864448 CPUtime=24.62
/proc/804/stat : 804 (java) S 803 790 30836 0 -1 0 25449 0 1 0 2439 23 0 0 19 0 9 0 1984405442 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/804/statm: 216112 19125 2564 9 0 210659 0
[pid=804/tid=805] ppid=803 vsize=864448 CPUtime=22.35
/proc/804/task/805/stat : 805 (java) R 803 790 30836 0 -1 64 3631 0 1 0 2224 11 0 0 25 0 9 0 1984405443 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 103214739 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=806] ppid=803 vsize=864448 CPUtime=2.14
/proc/804/task/806/stat : 806 (java) S 803 790 30836 0 -1 64 20765 0 0 0 203 11 0 0 16 0 9 0 1984405444 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=807] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/807/stat : 807 (java) S 803 790 30836 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 1984405445 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=808] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/808/stat : 808 (java) S 803 790 30836 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1984405445 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=809] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/809/stat : 809 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1984405447 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=810] ppid=803 vsize=864448 CPUtime=0.11
/proc/804/task/810/stat : 810 (java) S 803 790 30836 0 -1 64 361 0 0 0 11 0 0 0 16 0 9 0 1984405447 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=811] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/811/stat : 811 (java) S 803 790 30836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 1984405447 885194752 19125 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=804/tid=812] ppid=803 vsize=864448 CPUtime=0
/proc/804/task/812/stat : 812 (java) S 803 790 30836 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 1984405447 885194752 19125 996147200 134512640 134550740 4294955952 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) 883404

[startup+51.1015 s]
/proc/loadavg: 1.96 2.02 2.01 3/75 814
/proc/meminfo: memFree=1682004/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=24188 CPUtime=17.68
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 5847 0 0 0 1437 331 0 0 25 0 1 0 1984408707 24768512 5810 996147200 134512640 134931368 4294956256 18446744073709551615 134529133 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 6047 5810 42 102 0 5942 0
Current children cumulated CPU time (s) 50.47
Current children cumulated vsize (KiB) 43144

[startup+102.307 s]
/proc/loadavg: 1.98 2.02 2.00 3/75 814
/proc/meminfo: memFree=1680788/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=25376 CPUtime=68.41
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 6141 0 0 0 6510 331 0 0 25 0 1 0 1984408707 25985024 6104 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 6344 6104 42 102 0 6239 0
Current children cumulated CPU time (s) 101.2
Current children cumulated vsize (KiB) 44332

[startup+162.302 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1677268/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=28808 CPUtime=127.87
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7019 0 0 0 12455 332 0 0 25 0 1 0 1984408707 29499392 6982 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7202 6982 42 102 0 7097 0
Current children cumulated CPU time (s) 160.66
Current children cumulated vsize (KiB) 47764

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

[startup+179.103 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1676308/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=29732 CPUtime=144.51
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7259 0 0 0 14119 332 0 0 25 0 1 0 1984408707 30445568 7222 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7433 7222 42 102 0 7328 0
Current children cumulated CPU time (s) 177.3
Current children cumulated vsize (KiB) 48688

[startup+191.901 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1675540/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=30524 CPUtime=157.19
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7443 0 0 0 15387 332 0 0 25 0 1 0 1984408707 31256576 7406 996147200 134512640 134931368 4294956256 18446744073709551615 134525860 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7631 7406 42 102 0 7526 0
Current children cumulated CPU time (s) 189.98
Current children cumulated vsize (KiB) 49480

[startup+198.301 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1675220/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=30920 CPUtime=163.55
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7526 0 0 0 16022 333 0 0 25 0 1 0 1984408707 31662080 7489 996147200 134512640 134931368 4294956256 18446744073709551615 134525661 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7730 7489 42 102 0 7625 0
Current children cumulated CPU time (s) 196.34
Current children cumulated vsize (KiB) 49876

[startup+201.502 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1675028/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=31052 CPUtime=166.72
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7563 0 0 0 16339 333 0 0 25 0 1 0 1984408707 31797248 7526 996147200 134512640 134931368 4294956256 18446744073709551615 134525606 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7763 7526 42 102 0 7658 0
Current children cumulated CPU time (s) 199.51
Current children cumulated vsize (KiB) 50008

[startup+204.702 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1674900/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=31184 CPUtime=169.88
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7596 0 0 0 16655 333 0 0 25 0 1 0 1984408707 31932416 7559 996147200 134512640 134931368 4294956256 18446744073709551615 134543546 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7796 7559 42 102 0 7691 0
Current children cumulated CPU time (s) 202.67
Current children cumulated vsize (KiB) 50140

[startup+205.502 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1674900/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=32.79
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1021 30971 0 2 3 1 3244 31 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
[pid=813] ppid=790 vsize=5356 CPUtime=0
/proc/813/stat : 813 (sh) S 790 790 30836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 1984408706 5484544 232 996147200 4194304 4889804 548682068848 18446744073709551615 258939085636 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/813/statm: 1339 232 193 169 0 50 0
[pid=814] ppid=813 vsize=31184 CPUtime=170.68
/proc/814/stat : 814 (picosat) R 813 790 30836 0 -1 4194304 7608 0 0 0 16735 333 0 0 25 0 1 0 1984408707 31932416 7571 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 1 0 0
/proc/814/statm: 7796 7571 42 102 0 7691 0
Current children cumulated CPU time (s) 203.47
Current children cumulated vsize (KiB) 50140

[startup+205.902 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1674836/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=203.82
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1070 38873 0 2 3 1 20013 365 17 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 13600

[startup+206.102 s]
/proc/loadavg: 1.99 2.01 2.00 3/75 814
/proc/meminfo: memFree=1674836/2055920 swapFree=4179760/4192956
[pid=790] ppid=788 vsize=13600 CPUtime=203.82
/proc/790/stat : 790 (sugar) S 788 790 30836 0 -1 4194304 1089 38873 0 2 3 1 20013 365 16 0 1 0 1984405381 13926400 798 996147200 4194304 4206940 548682068608 18446744073709551615 258947985506 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/790/statm: 3400 798 370 3 0 500 0
Current children cumulated CPU time (s) 203.82
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 206.178
CPU time (s): 204.16
CPU user time (s): 200.459
CPU system time (s): 3.70144
CPU usage (%): 99.0211
Max. virtual memory (cumulated for all children) (KiB): 893652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 200.459
system time used= 3.70144
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43757
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= 6974
involuntary context switches= 11114

runsolver used 0.335948 second user time and 0.624905 second system time

The end

Launcher Data (download as text)

Begin job on node45 at 2008-07-03 05:05:30
IDJOB=1051610
IDBENCH=55494
IDSOLVER=345
FILE ID=node45/1051610-1215054330
PBS_JOBID= 7875086
Free space on /tmp= 66552 MiB

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

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= eef28a8aaa5ab23398c7f7cc139b9a88
RANDOM SEED=129189228

node45.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.268
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.268
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:       1723332 kB
Buffers:         34124 kB
Cached:         174096 kB
SwapCached:       6932 kB
Active:         151420 kB
Inactive:       112556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1723332 kB
SwapTotal:     4192956 kB
SwapFree:      4179760 kB
Dirty:            1384 kB
Writeback:           0 kB
Mapped:          62916 kB
Slab:            53956 kB
Committed_AS:  3703112 kB
PageTables:       1780 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= 66552 MiB
End job on node45 at 2008-07-03 05:08:56