Trace number 1088607

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+minisatSAT 6.23805 6.45165

General information on the benchmark

Namecsp/graphColoring/school/
normalized-school1-nsh-14.xml
MD5SUM1e9997924d7e314983d38e0bb7239ab4
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1.01084
Satisfiable
(Un)Satisfiability was proved
Number of variables352
Number of constraints14612
Maximum constraint arity2
Maximum domain size14
Number of constraints which are defined in extension0
Number of constraints which are defined in intension14612
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.05	c 0	Sugar v1-13 + HOME/minisat
0.00/0.05	c 0	BEGIN Sat Jul  5 14:03:47 2008
0.00/0.05	c 0	PID 13747
0.00/0.05	c 0	HOST node40.alineos.net
0.00/0.05	c 0	CONVERTING HOME/instance-1088607-1215259427.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-1088607-1215259427.xml' 'HOME/temp.csp'
1.25/1.32	c 2	1 domains, 352 variables, 1 predicates, 0 relations, 14612 constraints
1.25/1.36	c 2	ENCODING HOME/temp.csp TO HOME/temp.cnf
1.25/1.36	c 2	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'
1.29/1.44	c 2	Parsing HOME/temp.csp
1.29/1.76	c 2	parsed 10000 expressions
1.30/1.85	c 2	parsed 14966 expressions
1.30/1.85	c 2	Heap : 4 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
1.30/1.85	c 2	Converting to clausal form CSP
2.02/2.12	c 2	converted 1497 (10%) expressions
2.02/2.17	c 2	converted 2994 (20%) expressions
2.11/2.21	c 2	converted 4490 (30%) expressions
2.11/2.25	c 2	converted 5987 (40%) expressions
2.21/2.35	c 3	converted 7483 (50%) expressions
2.21/2.39	c 3	converted 8980 (60%) expressions
2.31/2.43	c 3	converted 10477 (70%) expressions
2.31/2.47	c 3	converted 11973 (80%) expressions
2.40/2.51	c 3	converted 13470 (90%) expressions
2.50/2.62	c 3	converted 14966 (100%) expressions
2.50/2.62	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 14
2.50/2.62	c 3	Heap : 12 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.50/2.62	c 3	Propagation in CSP
2.61/2.76	c 3	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
2.61/2.76	c 3	CSP : 352 integers, 0 booleans, 14612 clauses, largest domain size 14
2.61/2.76	c 3	Heap : 15 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
2.61/2.77	c 3	Simplifing CSP by introducing new Boolean variables
2.90/3.06	c 3	CSP : 352 integers, 29224 booleans, 43836 clauses, largest domain size 14
2.90/3.06	c 3	Heap : 23 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
3.00/3.18	c 3	Encoding CSP to SAT : HOME/temp.cnf
3.10/3.22	c 3	36 (10%) CSP integer variables are encoded (432 clauses, 4616 bytes)
3.10/3.22	c 3	71 (20%) CSP integer variables are encoded (852 clauses, 9236 bytes)
3.10/3.22	c 3	106 (30%) CSP integer variables are encoded (1272 clauses, 14555 bytes)
3.10/3.22	c 3	141 (40%) CSP integer variables are encoded (1692 clauses, 20015 bytes)
3.10/3.22	c 3	176 (50%) CSP integer variables are encoded (2112 clauses, 25475 bytes)
3.10/3.22	c 3	212 (60%) CSP integer variables are encoded (2544 clauses, 31091 bytes)
3.10/3.23	c 3	247 (70%) CSP integer variables are encoded (2964 clauses, 36551 bytes)
3.10/3.23	c 3	282 (80%) CSP integer variables are encoded (3384 clauses, 42011 bytes)
3.10/3.23	c 3	317 (90%) CSP integer variables are encoded (3804 clauses, 47471 bytes)
3.10/3.23	c 3	352 (100%) CSP integer variables are encoded (4224 clauses, 52931 bytes)
3.19/3.38	c 4	4384 (10%) CSP clauses are encoded (46607 clauses, 755251 bytes)
3.29/3.48	c 4	8768 (20%) CSP clauses are encoded (88990 clauses, 1479444 bytes)
3.39/3.58	c 4	13151 (30%) CSP clauses are encoded (131359 clauses, 2244758 bytes)
3.49/3.68	c 4	17535 (40%) CSP clauses are encoded (173729 clauses, 3019108 bytes)
3.59/3.79	c 4	21918 (50%) CSP clauses are encoded (216098 clauses, 3825580 bytes)
3.69/3.89	c 4	26302 (60%) CSP clauses are encoded (258481 clauses, 4632321 bytes)
3.89/4.00	c 4	30686 (70%) CSP clauses are encoded (300864 clauses, 5439062 bytes)
3.98/4.11	c 4	35069 (80%) CSP clauses are encoded (343233 clauses, 6245534 bytes)
4.08/4.22	c 4	39453 (90%) CSP clauses are encoded (385603 clauses, 7052020 bytes)
4.18/4.32	c 5	43836 (100%) CSP clauses are encoded (427972 clauses, 7858492 bytes)
4.18/4.33	c 5	43836 CSP clauses encoded
4.18/4.33	c 5	Writing map file : HOME/temp.map
4.18/4.34	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.18/4.34	c 5	SAT : 33800 SAT variables, 427972 SAT clauses, 7858492 bytes
4.18/4.34	c 5	Heap : 16 MB used (max 728 MB), NonHeap : 14 MB used (max 121 MB)
4.18/4.40	c 5	SOLVING HOME/temp.cnf
4.18/4.40	c 5	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
4.24/4.41	c 5	This is MiniSat 2.0 beta
4.24/4.41	c 5	WARNING: for repeatability, setting FPU to use double precision
4.24/4.41	c 5	============================[ Problem Statistics ]=============================
4.24/4.41	c 5	|                                                                             |
4.24/4.41	c 5	|  Number of variables:  33800                                                |
4.24/4.41	c 5	|  Number of clauses:    427972                                               |
4.24/4.63	c 5	|  Parsing time:         0.20         s                                       |
4.24/4.64	c 5	============================[ Search Statistics ]==============================
4.24/4.64	c 5	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
4.24/4.64	c 5	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
4.24/4.64	c 5	===============================================================================
4.24/4.65	c 5	|         0 |   33800   427972  1206632 |   142657        0    nan |  0.000 % |
4.24/4.74	c 5	|       100 |   33800   427972  1206632 |   156923      100     13 |  0.000 % |
4.24/4.78	c 5	|       250 |   33800   427972  1206632 |   172615      250     10 |  0.000 % |
4.24/4.83	c 5	|       477 |   33800   427972  1206632 |   189876      477      9 |  0.000 % |
5.61/5.88	c 6	|       817 |   33800   427972  1206632 |   208864      817     21 |  0.000 % |
5.81/6.03	c 6	|      1323 |   33800   427972  1206632 |   229751     1323     19 |  0.000 % |
5.91/6.15	c 6	===============================================================================
5.91/6.16	c 6	restarts              : 6
5.91/6.16	c 6	conflicts             : 1867           (1099 /sec)
5.91/6.16	c 6	decisions             : 3020           (1.95 % random) (1778 /sec)
5.91/6.16	c 6	propagations          : 1942311        (1143383 /sec)
5.91/6.16	c 6	conflict literals     : 31249          (4.66 % deleted)
5.91/6.16	c 6	Memory used           : 22.83 MB
5.91/6.16	c 6	CPU time              : 1.69874 s
5.91/6.16	c 6	
5.91/6.17	c 6	SATISFIABLE
5.91/6.18	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.91/6.18	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-13.jar' jp.ac.kobe_u.cs.sugar.SugarMain -competition -decode 'HOME/temp.out' 'HOME/temp.map'
6.00/6.26	c 6	Decoding HOME/temp.out
6.00/6.36	s SATISFIABLE
6.00/6.38	v 8 12 0 12 13 1 6 8 2 7 5 9 2 3 8 10 2 0 7 10 2 11 6 12 13 8 11 0 3 8 2 10 6 9 0 7 12 10 2 13 13 5 9 13 13 6 3 8 13 0 3 8 10 2 5 4 9 7 5 11 12 10 2 6 4 1 9 3 8 9 3 6 4 1 7 5 11 12 10 7 5 11 12 10 7 13 9 3 6 4 1 9 3 6 4 1 12 10 4 2 7 5 11 12 8 13 0 5 11 4 1 6 7 12 9 8 9 12 9 0 7 5 12 1 4 9 8 13 2 3 10 3 10 3 10 13 12 12 3 3 2 3 13 6 4 0 7 2 5 9 10 1 5 10 2 2 9 3 8 4 13 1 5 11 9 7 0 1 12 10 2 3 8 13 6 11 0 6 4 12 5 9 1 4 0 1 3 10 3 9 6 2 13 12 11 0 8 0 0 13 6 13 10 7 5 6 4 3 8 13 6 5 11 8 4 10 12 5 11 12 1 9 3 12 10 11 4 7 8 1 7 6 11 1 8 13 8 2 8 2 7 5 2 0 7 11 9 3 8 1 12 10 2 13 4 0 5 11 13 4 1 3 8 10 2 0 9 11 3 8 9 13 4 1 12 10 12 13 4 1 12 10 2 13 12 0 5 11 9 3 7 3 10 0 11 5 8 13 4 12 2 0 7 8 1 2 11 3 12 13 6 4 11 12 13 13 4 9 8 13 6 5 0 7 12 1 0 12 1 9 0 13 6 4 13 6 4 10 0 12 7 5 11 7 5 11 0 7 5 13 1 6
6.00/6.38	c 7	Heap : 0 MB used (max 728 MB), NonHeap : 13 MB used (max 121 MB)
6.00/6.45	c 7	CPU 5.92 (0.03 0.01 5.89 0.27)
6.00/6.45	c 7	END Sat Jul  5 14:03:54 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-1088607-1215259427/watcher-1088607-1215259427 -o /tmp/evaluation-result-1088607-1215259427/solver-1088607-1215259427 -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/minisat -tmp=HOME/temp HOME/instance-1088607-1215259427.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.99 1.98 1.99 4/84 13747
/proc/meminfo: memFree=1652072/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=12268 CPUtime=0
/proc/13747/stat : 13747 (sugar) R 13745 13747 12231 0 -1 4194304 348 0 0 0 0 0 0 0 22 0 1 0 1555610391 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 264519776869 0 2147483391 4224 0 0 0 0 17 1 0 0
/proc/13747/statm: 3067 316 241 3 0 167 0

[startup+0.0549419 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13747
/proc/meminfo: memFree=1652072/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=0.03
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1555610391 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.102371 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13747
/proc/meminfo: memFree=1652072/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=0.03
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1555610391 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.301389 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13747
/proc/meminfo: memFree=1652072/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=0.03
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1555610391 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+0.701449 s]
/proc/loadavg: 1.99 1.98 1.99 4/84 13747
/proc/meminfo: memFree=1652072/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=0.03
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 900 127 0 0 2 1 0 0 19 0 1 0 1555610391 13926400 796 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 796 370 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 13600

[startup+1.50155 s]
/proc/loadavg: 2.07 2.00 2.00 4/95 13759
/proc/meminfo: memFree=1628048/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=1.29
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 973 10865 0 1 2 1 119 7 16 0 1 0 1555610391 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 797 370 3 0 500 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 13600

[startup+3.10276 s]
/proc/loadavg: 2.07 2.00 2.00 4/95 13769
/proc/meminfo: memFree=1634064/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=1.3
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 974 10865 0 1 3 1 119 7 15 0 1 0 1555610391 13926400 797 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 797 370 3 0 500 0
[pid=13760] ppid=13747 vsize=5356 CPUtime=0
/proc/13760/stat : 13760 (sh) S 13747 13747 12231 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 1555610527 5484544 233 996147200 4194304 4889804 548682068720 18446744073709551615 264519607108 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/13760/statm: 1339 233 193 169 0 50 0
[pid=13761] ppid=13760 vsize=868616 CPUtime=1.7
/proc/13761/stat : 13761 (java) S 13760 13747 12231 0 -1 0 12443 0 1 0 164 6 0 0 19 0 9 0 1555610527 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/13761/statm: 217154 11440 2540 9 0 211729 0
[pid=13761/tid=13762] ppid=13760 vsize=868616 CPUtime=0.85
/proc/13761/task/13762/stat : 13762 (java) R 13760 13747 12231 0 -1 64 2993 0 1 0 84 1 0 0 22 0 9 0 1555610528 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13763] ppid=13760 vsize=868616 CPUtime=0.61
/proc/13761/task/13763/stat : 13763 (java) R 13760 13747 12231 0 -1 64 7282 0 0 0 59 2 0 0 16 0 9 0 1555610529 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 103828982 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13764] ppid=13760 vsize=868616 CPUtime=0
/proc/13761/task/13764/stat : 13764 (java) S 13760 13747 12231 0 -1 64 9 0 0 0 0 0 0 0 16 0 9 0 1555610529 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13765] ppid=13760 vsize=868616 CPUtime=0
/proc/13761/task/13765/stat : 13765 (java) S 13760 13747 12231 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 1555610529 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13766] ppid=13760 vsize=868616 CPUtime=0
/proc/13761/task/13766/stat : 13766 (java) S 13760 13747 12231 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 1555610531 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13767] ppid=13760 vsize=868616 CPUtime=0.19
/proc/13761/task/13767/stat : 13767 (java) S 13760 13747 12231 0 -1 64 1475 0 0 0 19 0 0 0 16 0 9 0 1555610531 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13768] ppid=13760 vsize=868616 CPUtime=0
/proc/13761/task/13768/stat : 13768 (java) S 13760 13747 12231 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 1555610531 889462784 11440 996147200 134512640 134550740 4294955952 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=13761/tid=13769] ppid=13760 vsize=868616 CPUtime=0
/proc/13761/task/13769/stat : 13769 (java) S 13760 13747 12231 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 1555610531 889462784 11440 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) 887572

[startup+6.30117 s]
/proc/loadavg: 2.07 2.00 2.00 3/87 13771
/proc/meminfo: memFree=1619664/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=6
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 1090 29698 0 2 3 1 572 24 16 0 1 0 1555610391 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 13600

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

[startup+6.40118 s]
/proc/loadavg: 2.07 2.00 2.00 3/87 13771
/proc/meminfo: memFree=1619664/2055920 swapFree=4096576/4192956
[pid=13747] ppid=13745 vsize=13600 CPUtime=6
/proc/13747/stat : 13747 (sugar) S 13745 13747 12231 0 -1 4194304 1091 29698 0 2 3 1 572 24 15 0 1 0 1555610391 13926400 799 996147200 4194304 4206940 548682068608 18446744073709551615 264528506978 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/13747/statm: 3400 799 370 3 0 500 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 13600

Child status: 0
Real time (s): 6.45165
CPU time (s): 6.23805
CPU user time (s): 5.9391
CPU system time (s): 0.298954
CPU usage (%): 96.6892
Max. virtual memory (cumulated for all children) (KiB): 887572

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.9391
system time used= 0.298954
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34710
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= 4117
involuntary context switches= 4169

runsolver used 0.012998 second user time and 0.031995 second system time

The end

Launcher Data (download as text)

Begin job on node40 at 2008-07-05 14:03:47
IDJOB=1088607
IDBENCH=58092
IDSOLVER=346
FILE ID=node40/1088607-1215259427
PBS_JOBID= 7882034
Free space on /tmp= 66520 MiB

SOLVER NAME= Sugar v1.13+minisat
BENCH NAME= CPAI08/csp/graphColoring/school/normalized-school1-nsh-14.xml
COMMAND LINE= DIR/sugar -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-1088607-1215259427/watcher-1088607-1215259427 -o /tmp/evaluation-result-1088607-1215259427/solver-1088607-1215259427 -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/minisat" -tmp="HOME/temp" HOME/instance-1088607-1215259427.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 1e9997924d7e314983d38e0bb7239ab4
RANDOM SEED=429328566

node40.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.209
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.209
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:       1652552 kB
Buffers:         21996 kB
Cached:         194112 kB
SwapCached:      90028 kB
Active:         263064 kB
Inactive:        92580 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1652552 kB
SwapTotal:     4192956 kB
SwapFree:      4096576 kB
Dirty:            3032 kB
Writeback:           0 kB
Mapped:         156780 kB
Slab:            32448 kB
Committed_AS:  3174328 kB
PageTables:       2212 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= 66520 MiB
End job on node40 at 2008-07-05 14:03:54