Trace number 1111192

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 NameAnswerNumber of falsified constraintsCPU timeWall clock time
Sugar v1.13+minisat? 416.362 425.595

General information on the benchmark

Namecsp/chessboardColoration/
normalized-cc-20-20-2.xml
MD5SUM2344aea19d376a2dc3bf2408a1b627e6
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkMSAT TO
Best Number of falsified constraints3426
Best CPU time to get the best result obtained on this benchmark3600.06
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints36100
Maximum constraint arity4
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension36100
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.04	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul 12 08:04:07 2008
0.00/0.05	c 0	PID 17941
0.00/0.05	c 0	HOST node70.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1111192-1215842646.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-1111192-1215842646.xml' 'HOME/temp.csp'
2.43/2.55	c 2	1 domains, 400 variables, 1 predicates, 0 relations, 36100 constraints
2.49/2.62	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
2.49/2.62	c 2	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -max -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
2.49/2.70	c 2	Parsing HOME/temp.csp
3.25/3.46	c 3	parsed 10000 expressions
3.85/4.08	c 4	parsed 20000 expressions
4.53/4.77	c 5	parsed 30000 expressions
5.13/5.34	c 5	parsed 36502 expressions
5.13/5.35	c 5	Heap : 34 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
5.34/5.58	c 5	MAX CSP: 36100 constraints
5.34/5.58	c 5	Converting to clausal form CSP
6.12/6.37	c 6	converted 7261 (10%) expressions
7.11/7.36	c 7	converted 14521 (20%) expressions
7.69/7.99	c 8	converted 21782 (30%) expressions
8.30/8.60	c 8	converted 29042 (40%) expressions
9.68/9.95	c 10	converted 36303 (50%) expressions
10.28/10.57	c 10	converted 43563 (60%) expressions
10.96/11.22	c 11	converted 50824 (70%) expressions
11.56/11.82	c 12	converted 58084 (80%) expressions
12.15/12.46	c 12	converted 65345 (90%) expressions
17.09/17.49	c 17	converted 72605 (100%) expressions
17.20/17.51	c 17	CSP : 72600 integers, 0 booleans, 108299 clauses, largest domain size 54151
17.20/17.51	c 17	Heap : 201 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
17.20/17.51	c 17	Propagation in CSP
20.06/20.41	c 20	36095 values, 0 unsatisfiable literals, and 0 valid clauses are removed
20.06/20.42	c 20	CSP : 72600 integers, 0 booleans, 108299 clauses, largest domain size 36101
20.06/20.42	c 20	Heap : 213 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
20.06/20.47	c 20	Simplifing CSP by introducing new Boolean variables
23.71/24.19	c 24	CSP : 72600 integers, 433200 booleans, 541499 clauses, largest domain size 36101
23.71/24.19	c 24	Heap : 326 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
25.40/25.84	c 26	Encoding CSP to SAT : HOME/temp.cnf
25.49/25.91	c 26	7260 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.49/25.92	c 26	14520 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.49/25.93	c 26	21780 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.49/25.94	c 26	29040 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
25.49/25.95	c 26	36300 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
26.18/26.62	c 26	43560 (60%) CSP integer variables are encoded (540297 clauses, 9063190 bytes)
26.37/26.80	c 27	50820 (70%) CSP integer variables are encoded (689781 clauses, 11604418 bytes)
26.47/26.96	c 27	58080 (80%) CSP integer variables are encoded (813720 clauses, 13711381 bytes)
26.58/27.07	c 27	65340 (90%) CSP integer variables are encoded (904821 clauses, 15260098 bytes)
26.78/27.22	c 27	72600 (100%) CSP integer variables are encoded (1017470 clauses, 17346240 bytes)
27.37/27.88	c 28	54150 (10%) CSP clauses are encoded (1121605 clauses, 19248739 bytes)
27.96/28.46	c 28	108300 (20%) CSP clauses are encoded (1225740 clauses, 21174009 bytes)
28.55/29.05	c 29	162450 (30%) CSP clauses are encoded (1329874 clauses, 23105442 bytes)
29.14/29.67	c 29	216600 (40%) CSP clauses are encoded (1434009 clauses, 25049628 bytes)
29.82/30.33	c 30	270750 (50%) CSP clauses are encoded (1538144 clauses, 27036488 bytes)
30.42/30.99	c 31	324900 (60%) CSP clauses are encoded (1642278 clauses, 29023422 bytes)
31.11/31.64	c 31	379050 (70%) CSP clauses are encoded (1746413 clauses, 31010282 bytes)
31.80/32.30	c 32	433200 (80%) CSP clauses are encoded (1850547 clauses, 32997216 bytes)
415.25/423.79	c 424	ERROR Exception Too large HOME/temp.cnf
415.36/423.80	c 424	jp.ac.kobe_u.cs.sugar.encoder.Encoder.encode(Encoder.java:219)
415.36/423.80	c 424	jp.ac.kobe_u.cs.sugar.SugarMain.encode(SugarMain.java:130)
415.36/423.80	c 424	jp.ac.kobe_u.cs.sugar.SugarMain.main(SugarMain.java:258)
415.36/423.80	s UNKNOWN
415.42/423.91	c 424	CPU 400.07 (0.04 0.01 400.03 15.35)
415.42/423.91	c 424	END Sat Jul 12 08:11:11 2008

Verifier Data (download as text)

ERROR: no interpretation found !

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-1111192-1215842646/watcher-1111192-1215842646 -o /tmp/evaluation-result-1111192-1215842646/solver-1111192-1215842646 -C 3600 -W 4000 -M 900 --output-limit 1,15 HOME/sugar -max -c -vv -java=java -Xmx700M -jar=HOME/sugar-v1-13.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-1111192-1215842646.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 4000 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.91 1.97 1.99 4/87 17941
/proc/meminfo: memFree=1650544/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=12000 CPUtime=0
/proc/17941/stat : 17941 (sugar) R 17939 17941 17363 0 -1 4194304 201 0 0 0 0 0 0 0 20 0 1 0 40962469 12288000 169 996147200 4194304 4206940 548682068592 18446744073709551615 233419521008 0 0 4224 0 0 0 0 17 1 0 0
/proc/17941/statm: 3000 169 130 3 0 100 0

[startup+0.0710549 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 17941
/proc/meminfo: memFree=1650544/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=0.03
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40962469 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.105587 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 17941
/proc/meminfo: memFree=1650544/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=0.03
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40962469 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301069 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 17941
/proc/meminfo: memFree=1650544/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=0.03
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40962469 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701111 s]
/proc/loadavg: 1.91 1.97 1.99 4/87 17941
/proc/meminfo: memFree=1650544/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=0.03
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40962469 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50219 s]
/proc/loadavg: 1.91 1.97 1.99 3/98 17953
/proc/meminfo: memFree=1625048/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=0.03
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 898 127 0 0 3 0 0 0 19 0 1 0 40962469 13926400 796 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 796 370 3 0 500 0
[pid=17944] ppid=17941 vsize=5356 CPUtime=0
/proc/17944/stat : 17944 (sh) S 17941 17941 17363 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 40962474 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17944/statm: 1339 233 193 169 0 50 0
[pid=17945] ppid=17944 vsize=864676 CPUtime=1.41
/proc/17945/stat : 17945 (java) S 17944 17941 17363 0 -1 0 14583 0 1 0 134 7 0 0 18 0 9 0 40962474 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17945/statm: 216169 12630 2529 9 0 210751 0
[pid=17945/tid=17946] ppid=17944 vsize=864676 CPUtime=0.87
/proc/17945/task/17946/stat : 17946 (java) R 17944 17941 17363 0 -1 64 3053 0 1 0 85 2 0 0 25 0 9 0 40962475 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17947] ppid=17944 vsize=864676 CPUtime=0.41
/proc/17945/task/17947/stat : 17947 (java) R 17944 17941 17363 0 -1 64 10336 0 0 0 38 3 0 0 16 0 9 0 40962477 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 102723006 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17948] ppid=17944 vsize=864676 CPUtime=0
/proc/17945/task/17948/stat : 17948 (java) S 17944 17941 17363 0 -1 64 12 0 0 0 0 0 0 0 16 0 9 0 40962477 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17949] ppid=17944 vsize=864676 CPUtime=0
/proc/17945/task/17949/stat : 17949 (java) S 17944 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 15 0 9 0 40962477 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17950] ppid=17944 vsize=864676 CPUtime=0
/proc/17945/task/17950/stat : 17950 (java) S 17944 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 40962480 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17951] ppid=17944 vsize=864676 CPUtime=0.09
/proc/17945/task/17951/stat : 17951 (java) S 17944 17941 17363 0 -1 64 494 0 0 0 9 0 0 0 16 0 9 0 40962480 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17952] ppid=17944 vsize=864676 CPUtime=0
/proc/17945/task/17952/stat : 17952 (java) S 17944 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962480 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17945/tid=17953] ppid=17944 vsize=864676 CPUtime=0
/proc/17945/task/17953/stat : 17953 (java) S 17944 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962480 885428224 12630 996147200 134512640 134550740 4294956000 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 883632

[startup+3.10236 s]
/proc/loadavg: 1.91 1.97 1.99 3/98 17953
/proc/meminfo: memFree=1591384/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.5
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 3 0 235 12 16 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 13600

[startup+6.30267 s]
/proc/loadavg: 1.92 1.97 1.99 5/98 17963
/proc/meminfo: memFree=1601752/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.5
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 3 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868444 CPUtime=3.62
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 20484 0 1 0 350 12 0 0 18 0 9 0 40962731 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217111 19032 2543 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868444 CPUtime=2.17
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 3450 0 1 0 214 3 0 0 25 0 9 0 40962732 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4126378615 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868444 CPUtime=1.23
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 14866 0 0 0 116 7 0 0 16 0 9 0 40962733 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 15 0 9 0 40962733 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868444 CPUtime=0.19
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1471 0 0 0 19 0 0 0 16 0 9 0 40962735 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889286656 19032 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 887400

[startup+12.7013 s]
/proc/loadavg: 2.09 2.00 2.00 3/98 17963
/proc/meminfo: memFree=1494232/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868444 CPUtime=9.93
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 54230 0 1 0 966 27 0 0 18 0 9 0 40962731 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217111 43281 2540 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868444 CPUtime=5.93
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 4594 0 1 0 589 4 0 0 25 0 9 0 40962732 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4126463757 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868444 CPUtime=3.78
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 47466 0 0 0 357 21 0 0 16 0 9 0 40962733 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868444 CPUtime=0.19
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1473 0 0 0 19 0 0 0 17 0 9 0 40962735 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868444 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889286656 43281 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.44
Current children cumulated vsize (KiB) 887400

[startup+25.5026 s]
/proc/loadavg: 2.29 2.05 2.02 4/98 17963
/proc/meminfo: memFree=1287192/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 16 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=872448 CPUtime=22.59
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 121624 0 1 0 2204 55 0 0 18 0 9 0 40962731 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 218112 91885 2540 9 0 212687 0
[pid=17955/tid=17956] ppid=17954 vsize=872448 CPUtime=12.13
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 7690 0 1 0 1207 6 0 0 25 0 9 0 40962732 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=872448 CPUtime=10.18
/proc/17955/task/17957/stat : 17957 (java) R 17954 17941 17363 0 -1 64 111735 0 0 0 971 47 0 0 17 0 9 0 40962733 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 104182533 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=872448 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=872448 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=872448 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=872448 CPUtime=0.24
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1502 0 0 0 24 0 0 0 15 0 9 0 40962735 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=872448 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=872448 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 893386752 91885 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.1
Current children cumulated vsize (KiB) 891404

[startup+51.1033 s]
/proc/loadavg: 2.27 2.06 2.02 3/98 17963
/proc/meminfo: memFree=1030232/2055920 swapFree=4176480/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868556 CPUtime=47.73
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 121940 0 1 0 4563 210 0 0 18 0 9 0 40962731 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 336.77
Current children cumulated vsize (KiB) 887512

[startup+402.302 s]
/proc/loadavg: 2.24 2.10 2.02 3/98 17963
/proc/meminfo: memFree=15512/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868556 CPUtime=392.12
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 124145 0 1 0 37859 1353 0 0 18 0 9 0 40962731 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217139 90958 2565 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868556 CPUtime=378.68
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 10177 0 1 0 36582 1286 0 0 25 0 9 0 40962732 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4126559325 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868556 CPUtime=13.11
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 111735 0 0 0 1247 64 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868556 CPUtime=0.29
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 394.63
Current children cumulated vsize (KiB) 887512

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

[startup+409.504 s]
/proc/loadavg: 2.20 2.10 2.02 3/98 17963
/proc/meminfo: memFree=15256/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868556 CPUtime=399.08
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 124217 0 1 0 38500 1408 0 0 18 0 9 0 40962731 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217139 90958 2565 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868556 CPUtime=385.56
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 10249 0 1 0 37215 1341 0 0 24 0 9 0 40962732 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868556 CPUtime=13.19
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 111735 0 0 0 1254 65 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868556 CPUtime=0.29
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 401.59
Current children cumulated vsize (KiB) 887512

[startup+415.904 s]
/proc/loadavg: 2.42 2.14 2.04 4/98 17964
/proc/meminfo: memFree=15832/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868556 CPUtime=405.24
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 124281 0 1 0 39067 1457 0 0 18 0 9 0 40962731 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217139 90958 2565 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868556 CPUtime=391.66
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 10313 0 1 0 37776 1390 0 0 25 0 9 0 40962732 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4127079658 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868556 CPUtime=13.26
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 111735 0 0 0 1261 65 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868556 CPUtime=0.29
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 407.75
Current children cumulated vsize (KiB) 887512

[startup+422.302 s]
/proc/loadavg: 2.55 2.17 2.05 3/98 17964
/proc/meminfo: memFree=15832/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.51
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 974 20974 0 1 4 0 235 12 15 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=868556 CPUtime=411.39
/proc/17955/stat : 17955 (java) S 17954 17941 17363 0 -1 0 124345 0 1 0 39635 1504 0 0 18 0 9 0 40962731 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 217139 90958 2565 9 0 211686 0
[pid=17955/tid=17956] ppid=17954 vsize=868556 CPUtime=397.74
/proc/17955/task/17956/stat : 17956 (java) R 17954 17941 17363 0 -1 64 10377 0 1 0 38337 1437 0 0 25 0 9 0 40962732 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4127079692 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17957] ppid=17954 vsize=868556 CPUtime=13.32
/proc/17955/task/17957/stat : 17957 (java) S 17954 17941 17363 0 -1 64 111735 0 0 0 1267 65 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17958] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17958/stat : 17958 (java) S 17954 17941 17363 0 -1 64 10 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17959] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17959/stat : 17959 (java) S 17954 17941 17363 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 40962733 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17960] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17960/stat : 17960 (java) S 17954 17941 17363 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17961] ppid=17954 vsize=868556 CPUtime=0.29
/proc/17955/task/17961/stat : 17961 (java) S 17954 17941 17363 0 -1 64 1536 0 0 0 29 0 0 0 16 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17962] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17962/stat : 17962 (java) S 17954 17941 17363 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 40962735 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=17955/tid=17963] ppid=17954 vsize=868556 CPUtime=0
/proc/17955/task/17963/stat : 17963 (java) S 17954 17941 17363 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 40962736 889401344 90958 996147200 134512640 134550740 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 413.9
Current children cumulated vsize (KiB) 887512

[startup+423.901 s]
/proc/loadavg: 2.59 2.19 2.05 3/98 17964
/proc/meminfo: memFree=15896/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=2.52
/proc/17941/stat : 17941 (sugar) S 17939 17941 17363 0 -1 4194304 975 20974 0 1 4 1 235 12 16 0 1 0 40962469 13926400 797 996147200 4194304 4206940 548682068592 18446744073709551615 233410965602 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/17941/statm: 3400 797 370 3 0 500 0
[pid=17954] ppid=17941 vsize=5356 CPUtime=0
/proc/17954/stat : 17954 (sh) S 17941 17941 17363 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 40962731 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 233402065732 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/17954/statm: 1339 233 193 169 0 50 0
[pid=17955] ppid=17954 vsize=0 CPUtime=412.9
/proc/17955/stat : 17955 (java) Z 17954 17941 17363 0 -1 1036 124372 0 1 0 39768 1522 0 0 16 0 2 0 40962731 0 0 996147200 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/17955/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 415.42
Current children cumulated vsize (KiB) 18956

[startup+424.787 s]
/proc/loadavg: 2.59 2.19 2.05 3/88 17964
/proc/meminfo: memFree=1593512/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=416.27
/proc/17941/stat : 17941 (sugar) D 17939 17941 17363 0 -1 4194304 998 145632 0 2 4 85 40003 1535 17 0 1 0 40962469 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17941/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.27
Current children cumulated vsize (KiB) 13600

[startup+425.101 s]
/proc/loadavg: 2.59 2.19 2.05 3/88 17964
/proc/meminfo: memFree=1593512/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=416.3
/proc/17941/stat : 17941 (sugar) D 17939 17941 17363 0 -1 4194304 998 145632 0 2 4 88 40003 1535 15 0 1 0 40962469 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17941/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.3
Current children cumulated vsize (KiB) 13600

[startup+425.501 s]
/proc/loadavg: 2.59 2.19 2.05 3/88 17964
/proc/meminfo: memFree=1593512/2055920 swapFree=4176484/4192956
[pid=17941] ppid=17939 vsize=13600 CPUtime=416.34
/proc/17941/stat : 17941 (sugar) D 17939 17941 17363 0 -1 4194304 998 145632 0 2 4 92 40003 1535 15 0 1 0 40962469 13926400 798 996147200 4194304 4206940 548682068592 18446744073709551615 233402242089 0 0 4224 16386 18446744071563608240 0 0 17 1 0 0
/proc/17941/statm: 3400 798 371 3 0 500 0
Current children cumulated CPU time (s) 416.34
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 425.595
CPU time (s): 416.362
CPU user time (s): 400.076
CPU system time (s): 16.2855
CPU usage (%): 97.8304
Max. virtual memory (cumulated for all children) (KiB): 907892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 400.076
system time used= 16.2855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 146660
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32632
involuntary context switches= 42522

runsolver used 0.644901 second user time and 1.69274 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-12 08:04:07
IDJOB=1111192
IDBENCH=61243
IDSOLVER=368
FILE ID=node70/1111192-1215842646
PBS_JOBID= 7903390
Free space on /tmp= 66436 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/chessboardColoration/normalized-cc-20-20-2.xml
COMMAND LINE= DIR/sugar -max -c -vv -java="java -Xmx700M" -jar="DIR/sugar-v1-13.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1111192-1215842646/watcher-1111192-1215842646 -o /tmp/evaluation-result-1111192-1215842646/solver-1111192-1215842646 -C 3600 -W 4000 -M 900 --output-limit 1,15  HOME/sugar -max -c -vv -java="java -Xmx700M" -jar="HOME/sugar-v1-13.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-1111192-1215842646.xml

TIME LIMIT= 3600 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 2344aea19d376a2dc3bf2408a1b627e6
RANDOM SEED=766157817

node70.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.221
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.221
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:       1651024 kB
Buffers:         64724 kB
Cached:         252324 kB
SwapCached:       7244 kB
Active:         158180 kB
Inactive:       179484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1651024 kB
SwapTotal:     4192956 kB
SwapFree:      4176480 kB
Dirty:            7580 kB
Writeback:           0 kB
Mapped:          35192 kB
Slab:            51772 kB
Committed_AS:   239756 kB
PageTables:       2320 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= 66436 MiB
End job on node70 at 2008-07-12 08:11:12