Trace number 2081939

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sugar v1.14.6+minisatUNSAT 5.77412 5.93825

General information on the benchmark

Namecsp/rlfapScens/
normalized-scen7.xml
MD5SUM4f1026eda97064116de2bf3bc78ace12
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.250961
Satisfiable
(Un)Satisfiability was proved
Number of variables400
Number of constraints2865
Maximum constraint arity2
Maximum domain size44
Number of constraints which are defined in extension0
Number of constraints which are defined in intension2865
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/minisat
0.00/0.08	c 0	BEGIN Sun Jul 12 06:54:44 2009
0.00/0.08	c 0	PID 23981
0.00/0.08	c 0	HOST node39.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2081939-1247374484.xml TO HOME/temp.csp
0.00/0.08	c 0	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.XML2CSP -v -v 'HOME/instance-2081939-1247374484.xml' 'HOME/temp.csp'
0.07/0.57	c 1	3 domains, 400 variables, 2 predicates, 0 relations, 2865 constraints
0.07/0.61	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.61	c 1	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -encode 'HOME/temp.csp' 'HOME/temp.cnf' 'HOME/temp.map'
0.07/0.69	c 1	Parsing HOME/temp.csp
0.55/0.79	c 1	parsed 3270 expressions
0.55/0.79	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.55/0.79	c 1	Converting to clausal form CSP
0.55/0.83	c 1	converted 327 (10%) expressions
1.12/1.26	c 1	converted 654 (20%) expressions
1.62/1.75	c 2	converted 981 (30%) expressions
1.92/2.04	c 2	converted 1308 (40%) expressions
2.31/2.42	c 2	converted 1635 (50%) expressions
2.61/2.79	c 3	converted 1962 (60%) expressions
3.01/3.15	c 3	converted 2289 (70%) expressions
3.30/3.43	c 3	converted 2616 (80%) expressions
3.61/3.78	c 4	converted 2943 (90%) expressions
4.00/4.11	c 4	converted 3270 (100%) expressions
4.00/4.11	c 4	CSP : 400 integers, 0 booleans, 3250 clauses, largest domain size 44
4.00/4.11	c 4	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.00/4.11	c 4	Propagation in CSP
4.40/4.59	c 5	225 values, 0 unsatisfiable literals, and 0 valid clauses are removed
4.40/4.59	c 5	CSP : 400 integers, 0 booleans, 3250 clauses, largest domain size 44
4.40/4.59	c 5	Heap : 8 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.40/4.60	c 5	Simplifing CSP by introducing new Boolean variables
4.49/4.63	c 5	CSP : 400 integers, 4904 booleans, 8154 clauses, largest domain size 44
4.49/4.63	c 5	Heap : 10 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
4.59/4.72	c 5	Encoding CSP to SAT : HOME/temp.cnf
4.59/4.76	c 5	40 (10%) CSP integer variables are encoded (1664 clauses, 19535 bytes)
4.59/4.77	c 5	80 (20%) CSP integer variables are encoded (2746 clauses, 33601 bytes)
4.59/4.78	c 5	120 (30%) CSP integer variables are encoded (4102 clauses, 51229 bytes)
4.59/4.79	c 5	160 (40%) CSP integer variables are encoded (5446 clauses, 68701 bytes)
4.69/4.80	c 5	200 (50%) CSP integer variables are encoded (6485 clauses, 82208 bytes)
4.69/4.81	c 5	240 (60%) CSP integer variables are encoded (7714 clauses, 98185 bytes)
4.69/4.82	c 5	280 (70%) CSP integer variables are encoded (8783 clauses, 112082 bytes)
4.69/4.83	c 5	320 (80%) CSP integer variables are encoded (9858 clauses, 126406 bytes)
4.69/4.85	c 5	360 (90%) CSP integer variables are encoded (10980 clauses, 143236 bytes)
4.69/4.85	c 5	400 (100%) CSP integer variables are encoded (11988 clauses, 158356 bytes)
4.79/4.96	c 5	816 (10%) CSP clauses are encoded (26820 clauses, 429027 bytes)
4.89/5.04	c 5	1631 (20%) CSP clauses are encoded (37536 clauses, 635263 bytes)
4.89/5.10	c 5	2447 (30%) CSP clauses are encoded (45531 clauses, 785535 bytes)
4.99/5.16	c 5	3262 (40%) CSP clauses are encoded (55712 clauses, 977212 bytes)
5.09/5.25	c 5	4077 (50%) CSP clauses are encoded (74351 clauses, 1340259 bytes)
5.19/5.31	c 5	4893 (60%) CSP clauses are encoded (85180 clauses, 1544330 bytes)
5.19/5.38	c 5	5708 (70%) CSP clauses are encoded (96899 clauses, 1767832 bytes)
5.29/5.44	c 5	6524 (80%) CSP clauses are encoded (108205 clauses, 1979770 bytes)
5.29/5.50	c 6	7339 (90%) CSP clauses are encoded (119345 clauses, 2189721 bytes)
5.38/5.57	c 6	8154 (100%) CSP clauses are encoded (132441 clauses, 2448649 bytes)
5.38/5.57	c 6	8154 CSP clauses encoded
5.38/5.57	c 6	Writing map file : HOME/temp.map
5.38/5.58	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.38/5.58	c 6	SAT : 17292 SAT variables, 132441 SAT clauses, 2448649 bytes
5.38/5.58	c 6	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
5.47/5.62	c 6	SOLVING HOME/temp.cnf
5.47/5.62	c 6	CMD HOME/minisat 'HOME/temp.cnf' 'HOME/temp.out'
5.47/5.62	c 6	This is MiniSat 2.0 beta
5.47/5.62	c 6	WARNING: for repeatability, setting FPU to use double precision
5.47/5.62	c 6	============================[ Problem Statistics ]=============================
5.47/5.62	c 6	|                                                                             |
5.47/5.62	c 6	|  Number of variables:  17292                                                |
5.47/5.62	c 6	|  Number of clauses:    132441                                               |
5.47/5.66	c 6	|  Parsing time:         0.03         s                                       |
5.47/5.66	c 6	Solved by unit propagation
5.47/5.66	c 6	UNSATISFIABLE
5.47/5.66	c 6	DECODING HOME/temp.out WITH HOME/temp.map
5.47/5.66	c 6	CMD java -Xmx700M -cp 'HOME/sugar-v1-14-6.jar' jp.ac.kobe_u.cs.sugar.SugarMain -v -v -competition -decode 'HOME/temp.out' 'HOME/temp.map'
5.53/5.74	c 6	Decoding HOME/temp.out
5.53/5.87	s UNSATISFIABLE
5.53/5.87	c 6	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.53/5.93	c 6	CPU 5.75 (0.05 0.02 5.47 0.21)
5.53/5.93	c 6	END Sun Jul 12 06:54:50 2009

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2081939-1247374484/watcher-2081939-1247374484 -o /tmp/evaluation-result-2081939-1247374484/solver-2081939-1247374484 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/minisat -tmp=HOME/temp HOME/instance-2081939-1247374484.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.24 2.06 2.02 4/74 23981
/proc/meminfo: memFree=981568/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=12272 CPUtime=0
/proc/23981/stat : 23981 (sugar) R 23979 23981 18714 0 -1 4194304 396 0 0 0 0 0 0 0 20 0 1 0 24512440 12566528 364 996147200 4194304 4206940 548682068608 18446744073709551615 272837081701 0 0 4224 0 0 0 0 17 1 0 0
/proc/23981/statm: 3068 364 274 3 0 168 0

[startup+0.122175 s]
/proc/loadavg: 2.24 2.06 2.02 4/74 23981
/proc/meminfo: memFree=981568/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.07
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.208575 s]
/proc/loadavg: 2.24 2.06 2.02 4/74 23981
/proc/meminfo: memFree=981568/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.07
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.30158 s]
/proc/loadavg: 2.24 2.06 2.02 4/74 23981
/proc/meminfo: memFree=981568/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.07
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1227 128 0 0 5 2 0 0 21 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701608 s]
/proc/loadavg: 2.24 2.06 2.02 4/74 23981
/proc/meminfo: memFree=981568/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1309 5463 0 1 5 2 45 3 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 16868

[startup+1.50266 s]
/proc/loadavg: 2.24 2.06 2.02 4/85 24003
/proc/meminfo: memFree=971112/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1309 5463 0 1 5 2 45 3 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
[pid=23994] ppid=23981 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23981 23981 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=868488 CPUtime=0.87
/proc/23995/stat : 23995 (java) S 23994 23981 18714 0 -1 0 5252 0 1 0 82 5 0 0 18 0 9 0 24512502 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 217122 4642 1741 9 0 211627 0
[pid=23995/tid=23996] ppid=23994 vsize=868488 CPUtime=0.66
/proc/23995/task/23996/stat : 23996 (java) R 23994 23981 18714 0 -1 64 2696 0 1 0 64 2 0 0 22 0 9 0 24512503 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4126514848 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=868488 CPUtime=0.02
/proc/23995/task/23997/stat : 23997 (java) S 23994 23981 18714 0 -1 64 410 0 0 0 2 0 0 0 16 0 9 0 24512504 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23981 18714 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24512504 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23981 18714 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24512504 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23981 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512506 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=868488 CPUtime=0.14
/proc/23995/task/24001/stat : 24001 (java) S 23994 23981 18714 0 -1 64 1452 0 0 0 14 0 0 0 16 0 9 0 24512506 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512506 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512506 889331712 4642 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 890712

[startup+3.10277 s]
/proc/loadavg: 2.24 2.06 2.02 3/85 24003
/proc/meminfo: memFree=962728/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1309 5463 0 1 5 2 45 3 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
[pid=23994] ppid=23981 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23981 23981 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=868488 CPUtime=2.46
/proc/23995/stat : 23995 (java) S 23994 23981 18714 0 -1 0 7614 0 1 0 239 7 0 0 18 0 9 0 24512502 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 217122 6699 2568 9 0 211627 0
[pid=23995/tid=23996] ppid=23994 vsize=868488 CPUtime=2.08
/proc/23995/task/23996/stat : 23996 (java) R 23994 23981 18714 0 -1 64 2836 0 1 0 205 3 0 0 25 0 9 0 24512503 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4126823260 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=868488 CPUtime=0.17
/proc/23995/task/23997/stat : 23997 (java) S 23994 23981 18714 0 -1 64 2603 0 0 0 15 2 0 0 16 0 9 0 24512504 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23981 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512504 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23981 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512504 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23981 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512506 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=868488 CPUtime=0.19
/proc/23995/task/24001/stat : 24001 (java) S 23994 23981 18714 0 -1 64 1476 0 0 0 18 1 0 0 15 0 9 0 24512506 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512506 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512506 889331712 6699 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 890712

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

[startup+3.20278 s]
/proc/loadavg: 2.24 2.06 2.02 3/85 24003
/proc/meminfo: memFree=962728/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1309 5463 0 1 5 2 45 3 16 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
[pid=23994] ppid=23981 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23981 23981 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=868488 CPUtime=2.56
/proc/23995/stat : 23995 (java) S 23994 23981 18714 0 -1 0 7726 0 1 0 249 7 0 0 18 0 9 0 24512502 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 217122 6802 2568 9 0 211627 0
[pid=23995/tid=23996] ppid=23994 vsize=868488 CPUtime=2.17
/proc/23995/task/23996/stat : 23996 (java) R 23994 23981 18714 0 -1 64 2845 0 1 0 214 3 0 0 25 0 9 0 24512503 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4126433062 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=868488 CPUtime=0.17
/proc/23995/task/23997/stat : 23997 (java) S 23994 23981 18714 0 -1 64 2705 0 0 0 15 2 0 0 16 0 9 0 24512504 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23981 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512504 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23981 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512504 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23981 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512506 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=868488 CPUtime=0.19
/proc/23995/task/24001/stat : 24001 (java) S 23994 23981 18714 0 -1 64 1477 0 0 0 18 1 0 0 16 0 9 0 24512506 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512506 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=868488 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512506 889331712 6802 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 890712

[startup+4.80288 s]
/proc/loadavg: 2.22 2.06 2.02 3/85 24003
/proc/meminfo: memFree=958120/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1310 5463 0 1 5 2 45 3 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
[pid=23994] ppid=23981 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23981 23981 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=868684 CPUtime=4.14
/proc/23995/stat : 23995 (java) S 23994 23981 18714 0 -1 0 8895 0 1 0 405 9 0 0 18 0 9 0 24512502 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 217171 7799 2592 9 0 211648 0
[pid=23995/tid=23996] ppid=23994 vsize=868684 CPUtime=3.51
/proc/23995/task/23996/stat : 23996 (java) R 23994 23981 18714 0 -1 64 3078 0 1 0 347 4 0 0 25 0 9 0 24512503 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4126513527 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=868684 CPUtime=0.39
/proc/23995/task/23997/stat : 23997 (java) S 23994 23981 18714 0 -1 64 3617 0 0 0 36 3 0 0 16 0 9 0 24512504 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23981 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512504 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23981 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512504 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23981 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512506 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=868684 CPUtime=0.22
/proc/23995/task/24001/stat : 24001 (java) S 23994 23981 18714 0 -1 64 1501 0 0 0 21 1 0 0 15 0 9 0 24512506 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512506 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512506 889532416 7799 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 4.69
Current children cumulated vsize (KiB) 890908

[startup+5.60793 s]
/proc/loadavg: 2.22 2.06 2.02 3/85 24003
/proc/meminfo: memFree=954600/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=0.55
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1310 5463 0 1 5 2 45 3 15 0 1 0 24512440 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1111 409 3 0 796 0
[pid=23994] ppid=23981 vsize=5356 CPUtime=0
/proc/23994/stat : 23994 (sh) S 23981 23981 18714 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24512501 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 272836911940 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23994/statm: 1339 233 193 169 0 50 0
[pid=23995] ppid=23994 vsize=868684 CPUtime=4.92
/proc/23995/stat : 23995 (java) S 23994 23981 18714 0 -1 0 9032 0 1 0 480 12 0 0 18 0 9 0 24512502 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/23995/statm: 217171 7835 2592 9 0 211648 0
[pid=23995/tid=23996] ppid=23994 vsize=868684 CPUtime=4.23
/proc/23995/task/23996/stat : 23996 (java) S 23994 23981 18714 0 -1 64 3187 0 1 0 417 6 0 0 25 0 9 0 24512503 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23997] ppid=23994 vsize=868684 CPUtime=0.41
/proc/23995/task/23997/stat : 23997 (java) S 23994 23981 18714 0 -1 64 3623 0 0 0 38 3 0 0 16 0 9 0 24512504 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23998] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/23998/stat : 23998 (java) S 23994 23981 18714 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24512504 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=23999] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/23999/stat : 23999 (java) S 23994 23981 18714 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24512504 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24000] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24000/stat : 24000 (java) S 23994 23981 18714 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 24512506 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24001] ppid=23994 vsize=868684 CPUtime=0.25
/proc/23995/task/24001/stat : 24001 (java) S 23994 23981 18714 0 -1 64 1523 0 0 0 24 1 0 0 15 0 9 0 24512506 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24002] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24002/stat : 24002 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 24512506 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=23995/tid=24003] ppid=23994 vsize=868684 CPUtime=0
/proc/23995/task/24003/stat : 24003 (java) S 23994 23981 18714 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 24512506 889532416 7835 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 5.47
Current children cumulated vsize (KiB) 890908

[startup+5.80295 s]
/proc/loadavg: 2.22 2.06 2.02 3/85 24003
/proc/meminfo: memFree=954600/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=5.53
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1448 15970 0 2 5 2 529 17 16 0 1 0 24512440 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 16868

[startup+5.90295 s]
/proc/loadavg: 2.22 2.06 2.02 3/85 24003
/proc/meminfo: memFree=954600/2055920 swapFree=4192812/4192956
[pid=23981] ppid=23979 vsize=16868 CPUtime=5.53
/proc/23981/stat : 23981 (sugar) S 23979 23981 18714 0 -1 4194304 1449 15970 0 2 5 2 529 17 15 0 1 0 24512440 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 272845811810 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/23981/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 5.53
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 5.93825
CPU time (s): 5.77412
CPU user time (s): 5.53416
CPU system time (s): 0.239963
CPU usage (%): 97.2361
Max. virtual memory (cumulated for all children) (KiB): 890908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.53416
system time used= 0.239963
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21759
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= 6121
involuntary context switches= 6079

runsolver used 0.016997 second user time and 0.029995 second system time

The end

Launcher Data

Begin job on node39 at 2009-07-12 06:54:44
IDJOB=2081939
IDBENCH=57511
IDSOLVER=739
FILE ID=node39/2081939-1247374484
PBS_JOBID= 9507055
Free space on /tmp= 66192 MiB

SOLVER NAME= Sugar v1.14.6+minisat
BENCH NAME= CPAI08/csp/rlfapScens/normalized-scen7.xml
COMMAND LINE= DIR/sugar -c -vv -memlimit=MEMLIMIT -jar="DIR/sugar-v1-14-6.jar" -solver="DIR/minisat" -tmp="TMPDIR/temp" BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2081939-1247374484/watcher-2081939-1247374484 -o /tmp/evaluation-result-2081939-1247374484/solver-2081939-1247374484 -C 1800 -W 2000 -M 900  HOME/sugar -c -vv -memlimit=900 -jar="HOME/sugar-v1-14-6.jar" -solver="HOME/minisat" -tmp="HOME/temp" HOME/instance-2081939-1247374484.xml

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

MD5SUM BENCH= 4f1026eda97064116de2bf3bc78ace12
RANDOM SEED=1596769921

node39.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:        982048 kB
Buffers:         55128 kB
Cached:         530964 kB
SwapCached:          0 kB
Active:         805240 kB
Inactive:       186040 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        982048 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1644 kB
Writeback:           0 kB
Mapped:         416296 kB
Slab:            67080 kB
Committed_AS:   588052 kB
PageTables:       2700 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= 66192 MiB
End job on node39 at 2009-07-12 06:54:50