Trace number 2084380

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+picosatUNSAT 10.6474 10.8365

General information on the benchmark

Namecsp/rlfapScens11/
normalized-scen11-f6.xml
MD5SUM163d0acbf2787f2fb72755b9c783567a
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 benchmark2.6446
Satisfiable
(Un)Satisfiability was proved
Number of variables680
Number of constraints4103
Maximum constraint arity2
Maximum domain size38
Number of constraints which are defined in extension0
Number of constraints which are defined in intension4103
Global constraints used (with number of constraints)

Solver Data

0.00/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.08	c 0	BEGIN Sun Jul 12 08:09:21 2009
0.00/0.08	c 0	PID 25904
0.00/0.08	c 0	HOST node58.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2084380-1247378961.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-2084380-1247378961.xml' 'HOME/temp.csp'
0.07/0.69	c 1	5 domains, 680 variables, 2 predicates, 0 relations, 4103 constraints
0.07/0.72	c 1	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.72	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.67/0.80	c 1	Parsing HOME/temp.csp
0.67/0.92	c 1	parsed 4790 expressions
0.67/0.93	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.67/0.93	c 1	Converting to clausal form CSP
0.67/0.96	c 1	converted 479 (10%) expressions
1.32/1.44	c 1	converted 958 (20%) expressions
1.82/1.96	c 2	converted 1437 (30%) expressions
2.30/2.44	c 2	converted 1916 (40%) expressions
2.81/2.92	c 3	converted 2395 (50%) expressions
3.30/3.46	c 3	converted 2874 (60%) expressions
3.70/3.88	c 4	converted 3353 (70%) expressions
4.19/4.32	c 4	converted 3832 (80%) expressions
4.58/4.77	c 5	converted 4311 (90%) expressions
5.08/5.25	c 5	converted 4790 (100%) expressions
5.08/5.26	c 5	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 38
5.08/5.26	c 5	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.08/5.26	c 5	Propagation in CSP
5.67/5.88	c 6	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
5.67/5.88	c 6	CSP : 680 integers, 0 booleans, 4783 clauses, largest domain size 38
5.67/5.88	c 6	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.67/5.89	c 6	Simplifing CSP by introducing new Boolean variables
5.87/6.02	c 6	CSP : 680 integers, 8206 booleans, 12989 clauses, largest domain size 38
5.87/6.02	c 6	Heap : 9 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
5.97/6.13	c 6	Encoding CSP to SAT : HOME/temp.cnf
5.97/6.19	c 6	68 (10%) CSP integer variables are encoded (2378 clauses, 28825 bytes)
6.07/6.21	c 6	136 (20%) CSP integer variables are encoded (4638 clauses, 58205 bytes)
6.07/6.23	c 6	204 (30%) CSP integer variables are encoded (7022 clauses, 89197 bytes)
6.07/6.24	c 6	272 (40%) CSP integer variables are encoded (9106 clauses, 116289 bytes)
6.07/6.26	c 6	340 (50%) CSP integer variables are encoded (11190 clauses, 146346 bytes)
6.07/6.28	c 6	408 (60%) CSP integer variables are encoded (13414 clauses, 179706 bytes)
6.07/6.29	c 6	476 (70%) CSP integer variables are encoded (15462 clauses, 210426 bytes)
6.17/6.31	c 6	544 (80%) CSP integer variables are encoded (17602 clauses, 242526 bytes)
6.17/6.33	c 6	612 (90%) CSP integer variables are encoded (19700 clauses, 273996 bytes)
6.17/6.34	c 6	680 (100%) CSP integer variables are encoded (21836 clauses, 306036 bytes)
6.36/6.54	c 6	1299 (10%) CSP clauses are encoded (50299 clauses, 848990 bytes)
6.55/6.71	c 7	2598 (20%) CSP clauses are encoded (80371 clauses, 1446456 bytes)
6.66/6.84	c 7	3897 (30%) CSP clauses are encoded (107267 clauses, 1977854 bytes)
6.75/7.00	c 7	5196 (40%) CSP clauses are encoded (135696 clauses, 2543556 bytes)
6.95/7.13	c 7	6495 (50%) CSP clauses are encoded (162607 clauses, 3074459 bytes)
7.06/7.26	c 7	7794 (60%) CSP clauses are encoded (189217 clauses, 3601698 bytes)
7.15/7.38	c 7	9093 (70%) CSP clauses are encoded (215134 clauses, 4127195 bytes)
7.36/7.51	c 7	10392 (80%) CSP clauses are encoded (241429 clauses, 4678516 bytes)
7.45/7.64	c 8	11691 (90%) CSP clauses are encoded (267821 clauses, 5227522 bytes)
7.55/7.77	c 8	12989 (100%) CSP clauses are encoded (294244 clauses, 5772653 bytes)
7.55/7.77	c 8	12989 CSP clauses encoded
7.55/7.77	c 8	Writing map file : HOME/temp.map
7.55/7.79	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.55/7.79	c 8	SAT : 30722 SAT variables, 294244 SAT clauses, 5772653 bytes
7.55/7.79	c 8	Heap : 7 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
7.63/7.82	c 8	SOLVING HOME/temp.cnf
7.63/7.82	c 8	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
10.31/10.55	c 10	DECODING HOME/temp.out WITH HOME/temp.map
10.31/10.55	c 10	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'
10.37/10.64	c 11	Decoding HOME/temp.out
10.37/10.80	s UNSATISFIABLE
10.37/10.80	c 11	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
10.37/10.83	c 11	CPU 10.63 (0.06 0.02 8.94 1.61)
10.37/10.83	c 11	END Sun Jul 12 08:09:32 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-2084380-1247378961/watcher-2084380-1247378961 -o /tmp/evaluation-result-2084380-1247378961/solver-2084380-1247378961 -C 1800 -W 2000 -M 900 HOME/sugar -c -vv -memlimit=900 -jar=HOME/sugar-v1-14-6.jar -solver=HOME/picosat -tmp=HOME/temp HOME/instance-2084380-1247378961.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.44 2.31 2.21 4/83 25904
/proc/meminfo: memFree=1243840/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=4708 CPUtime=0
/proc/25904/stat : 25904 (sugar) R 25902 25904 23596 0 -1 4194304 58 0 0 0 0 0 0 0 20 0 1 0 24959213 4820992 43 996147200 4194304 4206940 548682068608 18446744073709551615 226235577737 0 0 4096 0 0 0 0 17 1 0 0
/proc/25904/statm: 1177 43 33 3 0 8 0

[startup+0.097956 s]
/proc/loadavg: 2.44 2.31 2.21 4/83 25904
/proc/meminfo: memFree=1243840/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.07
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.102951 s]
/proc/loadavg: 2.44 2.31 2.21 4/83 25904
/proc/meminfo: memFree=1243840/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.07
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.302972 s]
/proc/loadavg: 2.44 2.31 2.21 4/83 25904
/proc/meminfo: memFree=1243840/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.07
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1227 128 0 0 5 2 0 0 19 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.703004 s]
/proc/loadavg: 2.44 2.31 2.21 4/83 25904
/proc/meminfo: memFree=1243840/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.07
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1245 128 0 0 5 2 0 0 16 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+1.50207 s]
/proc/loadavg: 2.40 2.31 2.21 3/94 25926
/proc/meminfo: memFree=1225128/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1309 7167 0 1 5 2 56 4 15 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
[pid=25917] ppid=25904 vsize=5356 CPUtime=0
/proc/25917/stat : 25917 (sh) S 25904 25904 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24959286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25917/statm: 1339 233 193 169 0 50 0
[pid=25918] ppid=25917 vsize=868492 CPUtime=0.75
/proc/25918/stat : 25918 (java) S 25917 25904 23596 0 -1 0 5306 0 1 0 72 3 0 0 19 0 9 0 24959286 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25918/statm: 217123 4711 1741 9 0 211628 0
[pid=25918/tid=25919] ppid=25917 vsize=868492 CPUtime=0.56
/proc/25918/task/25919/stat : 25919 (java) R 25917 25904 23596 0 -1 64 2681 0 1 0 54 2 0 0 24 0 9 0 24959287 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4126531511 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25920] ppid=25917 vsize=868492 CPUtime=0.03
/proc/25918/task/25920/stat : 25920 (java) S 25917 25904 23596 0 -1 64 481 0 0 0 3 0 0 0 16 0 9 0 24959288 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25921] ppid=25917 vsize=868492 CPUtime=0
/proc/25918/task/25921/stat : 25921 (java) S 25917 25904 23596 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 24959289 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25922] ppid=25917 vsize=868492 CPUtime=0
/proc/25918/task/25922/stat : 25922 (java) S 25917 25904 23596 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 24959289 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25923] ppid=25917 vsize=868492 CPUtime=0
/proc/25918/task/25923/stat : 25923 (java) S 25917 25904 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24959291 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25924] ppid=25917 vsize=868492 CPUtime=0.14
/proc/25918/task/25924/stat : 25924 (java) S 25917 25904 23596 0 -1 64 1451 0 0 0 14 0 0 0 16 0 9 0 24959291 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25925] ppid=25917 vsize=868492 CPUtime=0
/proc/25918/task/25925/stat : 25925 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24959291 889335808 4711 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25926] ppid=25917 vsize=868492 CPUtime=0
/proc/25918/task/25926/stat : 25926 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24959291 889335808 4711 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) 890716

[startup+3.10152 s]
/proc/loadavg: 2.40 2.31 2.21 4/94 25926
/proc/meminfo: memFree=1219560/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1309 7167 0 1 5 2 56 4 15 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
[pid=25917] ppid=25904 vsize=5356 CPUtime=0
/proc/25917/stat : 25917 (sh) S 25904 25904 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24959286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25917/statm: 1339 233 193 169 0 50 0
[pid=25918] ppid=25917 vsize=868576 CPUtime=2.33
/proc/25918/stat : 25918 (java) S 25917 25904 23596 0 -1 0 7298 0 1 0 229 4 0 0 19 0 9 0 24959286 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25918/statm: 217144 6400 2566 9 0 211649 0
[pid=25918/tid=25919] ppid=25917 vsize=868576 CPUtime=1.98
/proc/25918/task/25919/stat : 25919 (java) R 25917 25904 23596 0 -1 64 2809 0 1 0 196 2 0 0 25 0 9 0 24959287 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25920] ppid=25917 vsize=868576 CPUtime=0.16
/proc/25918/task/25920/stat : 25920 (java) S 25917 25904 23596 0 -1 64 2319 0 0 0 15 1 0 0 15 0 9 0 24959288 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25921] ppid=25917 vsize=868576 CPUtime=0
/proc/25918/task/25921/stat : 25921 (java) S 25917 25904 23596 0 -1 64 15 0 0 0 0 0 0 0 17 0 9 0 24959289 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25922] ppid=25917 vsize=868576 CPUtime=0
/proc/25918/task/25922/stat : 25922 (java) S 25917 25904 23596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24959289 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25923] ppid=25917 vsize=868576 CPUtime=0
/proc/25918/task/25923/stat : 25923 (java) S 25917 25904 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24959291 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25924] ppid=25917 vsize=868576 CPUtime=0.17
/proc/25918/task/25924/stat : 25924 (java) S 25917 25904 23596 0 -1 64 1472 0 0 0 17 0 0 0 16 0 9 0 24959291 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25925] ppid=25917 vsize=868576 CPUtime=0
/proc/25918/task/25925/stat : 25925 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24959291 889421824 6400 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25926] ppid=25917 vsize=868576 CPUtime=0
/proc/25918/task/25926/stat : 25926 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24959291 889421824 6400 996147200 134512640 134550932 4294955936 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) 890800

[startup+6.30249 s]
/proc/loadavg: 2.40 2.31 2.21 4/94 25926
/proc/meminfo: memFree=1214440/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=0.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1310 7167 0 1 5 2 56 4 15 0 1 0 24959213 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1111 409 3 0 796 0
[pid=25917] ppid=25904 vsize=5356 CPUtime=0
/proc/25917/stat : 25917 (sh) S 25904 25904 23596 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 24959286 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25917/statm: 1339 233 193 169 0 50 0
[pid=25918] ppid=25917 vsize=868688 CPUtime=5.5
/proc/25918/stat : 25918 (java) S 25917 25904 23596 0 -1 0 9979 0 1 0 541 9 0 0 19 0 9 0 24959286 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/25918/statm: 217172 7518 2592 9 0 211649 0
[pid=25918/tid=25919] ppid=25917 vsize=868688 CPUtime=4.75
/proc/25918/task/25919/stat : 25919 (java) R 25917 25904 23596 0 -1 64 3183 0 1 0 472 3 0 0 25 0 9 0 24959287 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4126959164 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25920] ppid=25917 vsize=868688 CPUtime=0.5
/proc/25918/task/25920/stat : 25920 (java) S 25917 25904 23596 0 -1 64 4598 0 0 0 46 4 0 0 16 0 9 0 24959288 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25921] ppid=25917 vsize=868688 CPUtime=0
/proc/25918/task/25921/stat : 25921 (java) S 25917 25904 23596 0 -1 64 15 0 0 0 0 0 0 0 16 0 9 0 24959289 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25922] ppid=25917 vsize=868688 CPUtime=0
/proc/25918/task/25922/stat : 25922 (java) S 25917 25904 23596 0 -1 64 5 0 0 0 0 0 0 0 16 0 9 0 24959289 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25923] ppid=25917 vsize=868688 CPUtime=0
/proc/25918/task/25923/stat : 25923 (java) S 25917 25904 23596 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 24959291 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25924] ppid=25917 vsize=868688 CPUtime=0.21
/proc/25918/task/25924/stat : 25924 (java) S 25917 25904 23596 0 -1 64 1500 0 0 0 21 0 0 0 15 0 9 0 24959291 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25925] ppid=25917 vsize=868688 CPUtime=0
/proc/25918/task/25925/stat : 25925 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 24959291 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=25918/tid=25926] ppid=25917 vsize=868688 CPUtime=0
/proc/25918/task/25926/stat : 25926 (java) S 25917 25904 23596 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 24959291 889536512 7518 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 890912

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

[startup+7.90264 s]
/proc/loadavg: 2.45 2.32 2.22 3/94 25926
/proc/meminfo: memFree=1214952/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=7.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1365 17703 0 2 6 2 739 20 16 0 1 0 24959213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 7.67
Current children cumulated vsize (KiB) 16868

[startup+9.50277 s]
/proc/loadavg: 2.45 2.32 2.22 3/86 25928
/proc/meminfo: memFree=1221160/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=7.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1365 17703 0 2 6 2 739 20 16 0 1 0 24959213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1113 409 3 0 796 0
[pid=25927] ppid=25904 vsize=5356 CPUtime=0
/proc/25927/stat : 25927 (sh) S 25904 25904 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24959996 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25927/statm: 1339 232 193 169 0 50 0
[pid=25928] ppid=25927 vsize=9264 CPUtime=1.65
/proc/25928/stat : 25928 (picosat) R 25927 25904 23596 0 -1 4194304 2064 0 0 0 75 90 0 0 25 0 1 0 24959996 9486336 2050 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25928/statm: 2316 2050 40 102 0 2211 0
Current children cumulated CPU time (s) 9.32
Current children cumulated vsize (KiB) 31488

[startup+10.3028 s]
/proc/loadavg: 2.45 2.32 2.22 4/86 25928
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=7.67
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1365 17703 0 2 6 2 739 20 16 0 1 0 24959213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1113 409 3 0 796 0
[pid=25927] ppid=25904 vsize=5356 CPUtime=0
/proc/25927/stat : 25927 (sh) S 25904 25904 23596 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 24959996 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 226238194500 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/25927/statm: 1339 232 193 169 0 50 0
[pid=25928] ppid=25927 vsize=11772 CPUtime=2.44
/proc/25928/stat : 25928 (picosat) R 25927 25904 23596 0 -1 4194304 2800 0 0 0 112 132 0 0 25 0 1 0 24959996 12054528 2786 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/25928/statm: 2943 2786 40 102 0 2838 0
Current children cumulated CPU time (s) 10.11
Current children cumulated vsize (KiB) 33996

[startup+10.7019 s]
/proc/loadavg: 2.45 2.32 2.22 4/86 25928
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=10.37
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1446 20908 0 2 6 2 872 157 16 0 1 0 24959213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 16868

[startup+10.8019 s]
/proc/loadavg: 2.45 2.32 2.22 4/86 25928
/proc/meminfo: memFree=1216936/2055920 swapFree=4192812/4192956
[pid=25904] ppid=25902 vsize=16868 CPUtime=10.37
/proc/25904/stat : 25904 (sugar) S 25902 25904 23596 0 -1 4194304 1448 20908 0 2 6 2 872 157 15 0 1 0 24959213 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 226247094370 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/25904/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 10.37
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 10.8365
CPU time (s): 10.6474
CPU user time (s): 9.00263
CPU system time (s): 1.64475
CPU usage (%): 98.2551
Max. virtual memory (cumulated for all children) (KiB): 893532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.00263
system time used= 1.64475
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26811
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= 8555
involuntary context switches= 8640

runsolver used 0.023996 second user time and 0.045993 second system time

The end

Launcher Data

Begin job on node58 at 2009-07-12 08:09:21
IDJOB=2084380
IDBENCH=58072
IDSOLVER=738
FILE ID=node58/2084380-1247378961
PBS_JOBID= 9507141
Free space on /tmp= 66312 MiB

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

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

MD5SUM BENCH= 163d0acbf2787f2fb72755b9c783567a
RANDOM SEED=1026378172

node58.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.234
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.234
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:       1244320 kB
Buffers:          5012 kB
Cached:          50204 kB
SwapCached:          0 kB
Active:         744940 kB
Inactive:        14436 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1244320 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1820 kB
Writeback:           0 kB
Mapped:         719764 kB
Slab:            35968 kB
Committed_AS:   900148 kB
PageTables:       3264 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= 66312 MiB
End job on node58 at 2009-07-12 08:09:32