Trace number 2078110

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+picosatSAT 36.5164 37.0258

General information on the benchmark

Namecsp/primes-10/
normalized-primes-10-40-2-5.xml
MD5SUM7a1ec06565a53c96cea02b6ba54c9589
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity7
Maximum domain size28
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.03/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.03/0.08	c 0	BEGIN Sun Jul 12 04:45:41 2009
0.03/0.08	c 0	PID 24243
0.03/0.08	c 0	HOST node30.alineos.net
0.03/0.08	c 0	CONVERTING HOME/instance-2078110-1247366741.xml TO HOME/temp.csp
0.03/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-2078110-1247366741.xml' 'HOME/temp.csp'
0.07/0.33	c 0	1 domains, 100 variables, 40 predicates, 0 relations, 40 constraints
0.07/0.35	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.07/0.35	c 0	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.31/0.43	c 0	Parsing HOME/temp.csp
0.31/0.47	c 0	parsed 181 expressions
0.31/0.48	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.48	c 1	Converting to clausal form CSP
0.31/0.50	c 1	converted 19 (10%) expressions
0.31/0.50	c 1	converted 37 (20%) expressions
0.31/0.50	c 1	converted 55 (30%) expressions
0.31/0.50	c 1	converted 73 (40%) expressions
0.31/0.50	c 1	converted 91 (50%) expressions
0.31/0.50	c 1	converted 109 (60%) expressions
0.31/0.51	c 1	converted 127 (70%) expressions
0.31/0.52	c 1	converted 145 (80%) expressions
0.31/0.55	c 1	converted 163 (90%) expressions
0.31/0.62	c 1	converted 181 (100%) expressions
0.31/0.62	c 1	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1159
0.31/0.62	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.62	c 1	Propagation in CSP
0.31/0.64	c 1	9856 values, 0 unsatisfiable literals, and 0 valid clauses are removed
0.31/0.64	c 1	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1135
0.31/0.64	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.64	c 1	Simplifing CSP by introducing new Boolean variables
0.31/0.64	c 1	CSP : 222 integers, 0 booleans, 324 clauses, largest domain size 1135
0.31/0.64	c 1	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.31/0.66	c 1	Encoding CSP to SAT : HOME/temp.cnf
0.31/0.68	c 1	23 (10%) CSP integer variables are encoded (416 clauses, 4436 bytes)
0.31/0.68	c 1	45 (20%) CSP integer variables are encoded (885 clauses, 9595 bytes)
0.31/0.68	c 1	67 (30%) CSP integer variables are encoded (1277 clauses, 14554 bytes)
0.31/0.69	c 1	89 (40%) CSP integer variables are encoded (1717 clauses, 20274 bytes)
0.31/0.69	c 1	111 (50%) CSP integer variables are encoded (5115 clauses, 64448 bytes)
0.31/0.71	c 1	134 (60%) CSP integer variables are encoded (14765 clauses, 199651 bytes)
0.31/0.72	c 1	156 (70%) CSP integer variables are encoded (23546 clauses, 331366 bytes)
0.31/0.73	c 1	178 (80%) CSP integer variables are encoded (30343 clauses, 433321 bytes)
0.31/0.74	c 1	200 (90%) CSP integer variables are encoded (39534 clauses, 571186 bytes)
0.31/0.76	c 1	222 (100%) CSP integer variables are encoded (51135 clauses, 745201 bytes)
0.31/0.77	c 1	33 (10%) CSP clauses are encoded (52584 clauses, 766303 bytes)
0.31/0.79	c 1	65 (20%) CSP clauses are encoded (64767 clauses, 966911 bytes)
0.31/0.88	c 1	98 (30%) CSP clauses are encoded (114521 clauses, 1814641 bytes)
0.31/0.99	c 1	130 (40%) CSP clauses are encoded (171974 clauses, 2866403 bytes)
1.64/1.78	c 2	162 (50%) CSP clauses are encoded (588373 clauses, 11149452 bytes)
1.84/1.90	c 2	195 (60%) CSP clauses are encoded (652949 clauses, 12419053 bytes)
2.14/2.24	c 2	227 (70%) CSP clauses are encoded (826635 clauses, 15869607 bytes)
2.69/2.87	c 3	260 (80%) CSP clauses are encoded (1138198 clauses, 22065386 bytes)
5.94/6.10	c 6	292 (90%) CSP clauses are encoded (2825610 clauses, 55772438 bytes)
6.82/7.08	c 7	324 (100%) CSP clauses are encoded (3341012 clauses, 66052760 bytes)
6.82/7.08	c 7	324 CSP clauses encoded
6.82/7.08	c 7	Writing map file : HOME/temp.map
6.82/7.09	c 7	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.82/7.09	c 7	SAT : 51346 SAT variables, 3341012 SAT clauses, 66052760 bytes
6.82/7.09	c 7	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
6.91/7.13	c 7	SOLVING HOME/temp.cnf
6.91/7.13	c 7	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
36.20/36.73	c 37	DECODING HOME/temp.out WITH HOME/temp.map
36.20/36.73	c 37	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'
36.24/36.80	c 37	Decoding HOME/temp.out
36.24/36.94	s SATISFIABLE
36.24/36.95	v 7 17 28 28 28 4 17 16 25 5 15 25 2 29 7 17 15 17 28 16 7 13 19 28 28 4 9 7 29 28 19 3 13 23 29 2 7 28 3 5 28 28 16 29 19 28 23 11 3 2 7 17 28 2 17 7 13 2 5 28 26 15 14 28 10 27 27 29 7 19 3 5 13 28 6 28 6 28 7 9 28 21 17 9 23 16 16 3 11 22 3 8 22 23 29 5 17 2 22 29
36.24/36.96	c 37	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
36.24/37.00	c 37	CPU 36.46 (0.06 0.01 20.53 15.86)
36.24/37.00	c 37	END Sun Jul 12 04:46:18 2009

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2078110-1247366741/watcher-2078110-1247366741 -o /tmp/evaluation-result-2078110-1247366741/solver-2078110-1247366741 -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-2078110-1247366741.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.19 2.13 2.20 4/82 24243
/proc/meminfo: memFree=1241488/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=18576 CPUtime=0
/proc/24243/stat : 24243 (runsolver) R 24241 24243 18836 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 23740214 19021824 284 996147200 4194304 4302564 548682068304 18446744073709551615 264907582759 0 0 4096 24578 0 0 0 17 1 0 0
/proc/24243/statm: 4644 284 249 26 0 2626 0

[startup+0.0505841 s]
/proc/loadavg: 2.19 2.13 2.20 4/82 24243
/proc/meminfo: memFree=1241488/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=14644 CPUtime=0.03
/proc/24243/stat : 24243 (sugar) R 24241 24243 18836 0 -1 4194304 789 0 0 0 3 0 0 0 20 0 1 0 23740214 14995456 757 996147200 4194304 4206940 548682068608 18446744073709551615 264904964140 0 0 4224 0 0 0 0 17 1 0 0
/proc/24243/statm: 3661 757 343 3 0 500 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 14644

[startup+0.106346 s]
/proc/loadavg: 2.19 2.13 2.20 4/82 24243
/proc/meminfo: memFree=1241488/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.07
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.301619 s]
/proc/loadavg: 2.19 2.13 2.20 4/82 24243
/proc/meminfo: memFree=1241488/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.07
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1227 128 0 0 6 1 0 0 21 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 16868

[startup+0.701678 s]
/proc/loadavg: 2.19 2.13 2.20 4/82 24243
/proc/meminfo: memFree=1241488/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1310 4357 0 1 6 1 21 3 15 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 16868

[startup+1.50279 s]
/proc/loadavg: 2.17 2.13 2.20 3/93 24265
/proc/meminfo: memFree=1214584/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1310 4357 0 1 6 1 21 3 15 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 18836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23740249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=864268 CPUtime=1.13
/proc/24257/stat : 24257 (java) S 24256 24243 18836 0 -1 0 5299 0 1 0 105 8 0 0 18 0 9 0 23740249 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24257/statm: 216067 4328 2589 9 0 210544 0
[pid=24257/tid=24258] ppid=24256 vsize=864268 CPUtime=0.92
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 18836 0 -1 64 2941 0 1 0 87 5 0 0 24 0 9 0 23740250 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4126432737 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=864268 CPUtime=0.09
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 18836 0 -1 64 1321 0 0 0 8 1 0 0 15 0 9 0 23740251 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 18836 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23740252 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 18836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23740252 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23740254 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24263] ppid=24256 vsize=864268 CPUtime=0.09
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 18836 0 -1 64 338 0 0 0 9 0 0 0 16 0 9 0 23740254 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23740254 885010432 4328 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24265] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23740254 885010432 4328 996147200 134512640 134550932 4294955936 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) 886492

[startup+3.10302 s]
/proc/loadavg: 2.17 2.13 2.20 3/93 24265
/proc/meminfo: memFree=1187832/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1310 4357 0 1 6 1 21 3 15 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 18836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23740249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=864268 CPUtime=2.69
/proc/24257/stat : 24257 (java) S 24256 24243 18836 0 -1 0 5756 0 1 0 246 23 0 0 18 0 9 0 23740249 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24257/statm: 216067 4331 2589 9 0 210544 0
[pid=24257/tid=24258] ppid=24256 vsize=864268 CPUtime=2.33
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 18836 0 -1 64 3395 0 1 0 215 18 0 0 25 0 9 0 23740250 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4126573058 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=864268 CPUtime=0.23
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 18836 0 -1 64 1322 0 0 0 20 3 0 0 16 0 9 0 23740251 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 18836 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23740252 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 18836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23740252 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24263] ppid=24256 vsize=864268 CPUtime=0.1
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 18836 0 -1 64 340 0 0 0 10 0 0 0 16 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24265] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23740254 885010432 4331 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) 886492

[startup+6.30249 s]
/proc/loadavg: 2.17 2.13 2.20 3/93 24265
/proc/meminfo: memFree=1109496/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=0.31
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1310 4357 0 1 6 1 21 3 16 0 1 0 23740214 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1111 409 3 0 796 0
[pid=24256] ppid=24243 vsize=5356 CPUtime=0
/proc/24256/stat : 24256 (sh) S 24243 24243 18836 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 23740249 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24256/statm: 1339 233 193 169 0 50 0
[pid=24257] ppid=24256 vsize=864268 CPUtime=5.83
/proc/24257/stat : 24257 (java) S 24256 24243 18836 0 -1 0 6718 0 1 0 530 53 0 0 18 0 9 0 23740249 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/24257/statm: 216067 4331 2589 9 0 210544 0
[pid=24257/tid=24258] ppid=24256 vsize=864268 CPUtime=5.16
/proc/24257/task/24258/stat : 24258 (java) R 24256 24243 18836 0 -1 64 4357 0 1 0 475 41 0 0 25 0 9 0 23740250 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24259] ppid=24256 vsize=864268 CPUtime=0.55
/proc/24257/task/24259/stat : 24259 (java) S 24256 24243 18836 0 -1 64 1322 0 0 0 45 10 0 0 15 0 9 0 23740251 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24260] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24260/stat : 24260 (java) S 24256 24243 18836 0 -1 64 14 0 0 0 0 0 0 0 16 0 9 0 23740252 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24261] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24261/stat : 24261 (java) S 24256 24243 18836 0 -1 64 5 0 0 0 0 0 0 0 15 0 9 0 23740252 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24262] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24262/stat : 24262 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24263] ppid=24256 vsize=864268 CPUtime=0.1
/proc/24257/task/24263/stat : 24263 (java) S 24256 24243 18836 0 -1 64 340 0 0 0 10 0 0 0 17 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24264] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24264/stat : 24264 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=24257/tid=24265] ppid=24256 vsize=864268 CPUtime=0
/proc/24257/task/24265/stat : 24265 (java) S 24256 24243 18836 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 23740254 885010432 4331 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.14
Current children cumulated vsize (KiB) 886492

[startup+12.7014 s]
/proc/loadavg: 2.15 2.13 2.20 3/85 24267
/proc/meminfo: memFree=988024/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=28336 CPUtime=5.48
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 6329 0 0 0 246 302 0 0 25 0 1 0 23740928 29016064 6315 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 7084 6315 40 102 0 6979 0
Current children cumulated CPU time (s) 12.41
Current children cumulated vsize (KiB) 50560

[startup+25.5013 s]
/proc/loadavg: 2.12 2.12 2.20 2/70 24287
/proc/meminfo: memFree=1506736/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=88408 CPUtime=18.23
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 19777 0 0 0 826 997 0 0 25 0 1 0 23740928 90529792 19763 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 22102 19763 40 102 0 21997 0
Current children cumulated CPU time (s) 25.16
Current children cumulated vsize (KiB) 110632

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

[startup+31.9062 s]
/proc/loadavg: 2.11 2.12 2.19 3/86 24363
/proc/meminfo: memFree=1374320/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=112564 CPUtime=24.59
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 26564 0 0 0 1113 1346 0 0 25 0 1 0 23740928 115265536 26550 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 28141 26550 40 102 0 28036 0
Current children cumulated CPU time (s) 31.52
Current children cumulated vsize (KiB) 134788

[startup+35.1027 s]
/proc/loadavg: 2.11 2.12 2.19 3/86 24363
/proc/meminfo: memFree=1317680/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=124444 CPUtime=27.67
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 29899 0 0 0 1251 1516 0 0 25 0 1 0 23740928 127430656 29885 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 31111 29885 40 102 0 31006 0
Current children cumulated CPU time (s) 34.6
Current children cumulated vsize (KiB) 146668

[startup+35.9018 s]
/proc/loadavg: 2.11 2.12 2.19 3/86 24363
/proc/meminfo: memFree=1317680/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=125244 CPUtime=28.47
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 30079 0 0 0 1328 1519 0 0 25 0 1 0 23740928 128249856 30032 996147200 134512640 134931368 4294956256 18446744073709551615 134525754 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 31311 30032 42 102 0 31206 0
Current children cumulated CPU time (s) 35.4
Current children cumulated vsize (KiB) 147468

[startup+36.7019 s]
/proc/loadavg: 2.10 2.11 2.19 3/86 24363
/proc/meminfo: memFree=1292528/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=6.93
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1365 11613 0 2 6 1 623 63 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
[pid=24266] ppid=24243 vsize=5356 CPUtime=0
/proc/24266/stat : 24266 (sh) S 24243 24243 18836 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 23740928 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 264907580228 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/24266/statm: 1339 232 193 169 0 50 0
[pid=24267] ppid=24266 vsize=125892 CPUtime=29.27
/proc/24267/stat : 24267 (picosat) R 24266 24243 18836 0 -1 4194304 30146 0 0 0 1408 1519 0 0 25 0 1 0 23740928 128913408 30099 996147200 134512640 134931368 4294956256 18446744073709551615 134582050 0 0 4096 0 0 0 0 17 0 0 0
/proc/24267/statm: 31473 30099 47 102 0 31368 0
Current children cumulated CPU time (s) 36.2
Current children cumulated vsize (KiB) 148116

[startup+36.902 s]
/proc/loadavg: 2.10 2.11 2.19 3/86 24363
/proc/meminfo: memFree=1292528/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=36.24
/proc/24243/stat : 24243 (sugar) S 24241 24243 18836 0 -1 4194304 1446 42045 0 2 6 1 2032 1585 16 0 1 0 23740214 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 264916480098 0 0 4224 16386 18446744071563648864 0 0 17 0 0 0
/proc/24243/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 36.24
Current children cumulated vsize (KiB) 16868

[startup+37.002 s]
/proc/loadavg: 2.10 2.11 2.19 3/86 24363
/proc/meminfo: memFree=1292528/2055920 swapFree=4192812/4192956
[pid=24243] ppid=24241 vsize=16868 CPUtime=36.47
/proc/24243/stat : 24243 (sugar) R 24241 24243 18836 0 -1 4194304 1477 45868 0 3 6 2 2053 1586 16 0 1 0 23740214 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 264907756585 0 0 4224 16386 0 0 0 17 0 0 0
/proc/24243/statm: 4217 1114 410 3 0 796 0
Current children cumulated CPU time (s) 36.47
Current children cumulated vsize (KiB) 16868

Child status: 0
Real time (s): 37.0258
CPU time (s): 36.5164
CPU user time (s): 20.5979
CPU system time (s): 15.9186
CPU usage (%): 98.6244
Max. virtual memory (cumulated for all children) (KiB): 886492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.5979
system time used= 15.9186
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47405
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= 18272
involuntary context switches= 18779

runsolver used 0.051992 second user time and 0.12598 second system time

The end

Launcher Data

Begin job on node30 at 2009-07-12 04:45:41
IDJOB=2078110
IDBENCH=56715
IDSOLVER=738
FILE ID=node30/2078110-1247366741
PBS_JOBID= 9507002
Free space on /tmp= 66004 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/primes-10/normalized-primes-10-40-2-5.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-2078110-1247366741/watcher-2078110-1247366741 -o /tmp/evaluation-result-2078110-1247366741/solver-2078110-1247366741 -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-2078110-1247366741.xml

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

MD5SUM BENCH= 7a1ec06565a53c96cea02b6ba54c9589
RANDOM SEED=1837281682

node30.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.277
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.277
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:       1242096 kB
Buffers:         39196 kB
Cached:         657260 kB
SwapCached:          0 kB
Active:         561684 kB
Inactive:       166484 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242096 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:          138572 kB
Writeback:           0 kB
Mapped:          53012 kB
Slab:            70984 kB
Committed_AS:   225352 kB
PageTables:       1860 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= 66380 MiB
End job on node30 at 2009-07-12 04:46:18