Trace number 2069497

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 7.55285 7.73891

General information on the benchmark

Namecsp/small/
normalized-patat-02-small-4.xml
MD5SUM1f09980c5d7c107d636a478d0aef4777
Bench CategoryAlldiff (alldiff)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.242962
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints3335
Maximum constraint arity12
Maximum domain size45
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3270
Global constraints used (with number of constraints)alldifferent(65)

Solver Data

0.06/0.08	c 0	Sugar v1-14-6 + HOME/picosat
0.06/0.08	c 0	BEGIN Sun Jul 12 00:16:50 2009
0.06/0.08	c 0	PID 18532
0.06/0.08	c 0	HOST node61.alineos.net
0.06/0.08	c 0	CONVERTING HOME/instance-2069497-1247350609.xml TO HOME/temp.csp
0.06/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-2069497-1247350609.xml' 'HOME/temp.csp'
0.06/0.86	c 0	7 domains, 200 variables, 1 predicates, 0 relations, 3335 constraints
0.06/0.89	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.89	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.82/0.97	c 0	Parsing HOME/temp.csp
0.91/1.09	c 1	parsed 3543 expressions
0.91/1.09	c 1	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
0.91/1.10	c 1	Converting to clausal form CSP
1.10/1.27	c 1	converted 355 (10%) expressions
1.20/1.33	c 1	converted 709 (20%) expressions
1.20/1.36	c 1	converted 1063 (30%) expressions
1.20/1.38	c 1	converted 1418 (40%) expressions
1.30/1.40	c 1	converted 1772 (50%) expressions
1.30/1.43	c 1	converted 2126 (60%) expressions
1.30/1.45	c 1	converted 2481 (70%) expressions
1.30/1.47	c 1	converted 2835 (80%) expressions
1.40/1.54	c 1	converted 3189 (90%) expressions
1.50/1.62	c 1	converted 3543 (100%) expressions
1.50/1.62	c 1	CSP : 200 integers, 0 booleans, 5131 clauses, largest domain size 45
1.50/1.62	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.62	c 1	Propagation in CSP
1.50/1.65	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.50/1.65	c 1	CSP : 200 integers, 0 booleans, 5131 clauses, largest domain size 45
1.50/1.65	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.50/1.65	c 1	Simplifing CSP by introducing new Boolean variables
1.61/1.78	c 1	CSP : 200 integers, 16278 booleans, 21409 clauses, largest domain size 45
1.61/1.78	c 1	Heap : 11 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.71/1.86	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.71/1.89	c 1	20 (10%) CSP integer variables are encoded (860 clauses, 9314 bytes)
1.71/1.89	c 1	40 (20%) CSP integer variables are encoded (1720 clauses, 20261 bytes)
1.71/1.89	c 1	60 (30%) CSP integer variables are encoded (2580 clauses, 31441 bytes)
1.71/1.90	c 1	80 (40%) CSP integer variables are encoded (3440 clauses, 42621 bytes)
1.71/1.90	c 1	100 (50%) CSP integer variables are encoded (4300 clauses, 53801 bytes)
1.71/1.90	c 1	120 (60%) CSP integer variables are encoded (4317 clauses, 54022 bytes)
1.80/1.90	c 1	140 (70%) CSP integer variables are encoded (4340 clauses, 54321 bytes)
1.80/1.90	c 1	160 (80%) CSP integer variables are encoded (4361 clauses, 54594 bytes)
1.80/1.90	c 1	180 (90%) CSP integer variables are encoded (4385 clauses, 54906 bytes)
1.80/1.90	c 1	200 (100%) CSP integer variables are encoded (4403 clauses, 55140 bytes)
1.91/2.06	c 2	2141 (10%) CSP clauses are encoded (47402 clauses, 808547 bytes)
2.00/2.15	c 2	4282 (20%) CSP clauses are encoded (89653 clauses, 1554758 bytes)
2.10/2.25	c 2	6423 (30%) CSP clauses are encoded (131678 clauses, 2322588 bytes)
2.19/2.35	c 2	8564 (40%) CSP clauses are encoded (173725 clauses, 3141036 bytes)
2.30/2.45	c 2	10705 (50%) CSP clauses are encoded (215190 clauses, 3956148 bytes)
2.39/2.54	c 2	12846 (60%) CSP clauses are encoded (256586 clauses, 4769713 bytes)
2.49/2.64	c 2	14987 (70%) CSP clauses are encoded (298635 clauses, 5596581 bytes)
2.59/2.76	c 2	17128 (80%) CSP clauses are encoded (348992 clauses, 6569332 bytes)
2.69/2.89	c 2	19269 (90%) CSP clauses are encoded (412513 clauses, 7774196 bytes)
2.90/3.02	c 2	21409 (100%) CSP clauses are encoded (476605 clauses, 8994377 bytes)
2.90/3.02	c 2	21409 CSP clauses encoded
2.90/3.02	c 2	Writing map file : HOME/temp.map
2.90/3.03	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.03	c 3	SAT : 20856 SAT variables, 476605 SAT clauses, 8994377 bytes
2.90/3.03	c 3	Heap : 8 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.90/3.09	c 3	SOLVING HOME/temp.cnf
2.90/3.09	c 3	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
7.31/7.51	c 7	DECODING HOME/temp.out WITH HOME/temp.map
7.31/7.51	c 7	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'
7.31/7.59	c 7	Decoding HOME/temp.out
7.41/7.69	s SATISFIABLE
7.50/7.70	v 14 15 24 20 22 16 21 13 25 26 17 25 26 27 28 26 29 41 33 27 27 28 29 28 29 30 30 30 29 31 15 18 30 31 14 33 31 43 19 29 32 36 32 25 33 34 33 31 28 34 32 35 36 37 32 39 33 38 27 37 26 25 24 34 34 41 38 39 34 39 35 37 38 40 39 35 36 40 36 41 37 42 43 35 42 39 41 38 44 41 42 23 40 44 42 43 44 44 43 13 4 4 4 1 2 1 1 4 0 0 1 4 1 1 1 4 4 3 3 0 4 4 1 3 0 0 3 2 3 4 1 1 1 0 2 1 2 2 2 2 3 1 1 2 2 1 0 1 2 3 2 1 3 3 0 2 4 1 2 1 2 1 2 0 4 0 4 0 2 3 4 2 2 0 4 2 2 2 0 4 0 3 1 0 2 1 2 0 3 1 0 1 1 2 4 4 1 0 0 3
7.50/7.71	c 7	Heap : 0 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
7.50/7.73	c 7	CPU 7.53 (0.06 0.02 4.95 2.5)
7.50/7.73	c 7	END Sun Jul 12 00:16:57 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-2069497-1247350609/watcher-2069497-1247350609 -o /tmp/evaluation-result-2069497-1247350609/solver-2069497-1247350609 -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-2069497-1247350609.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.15 2.32 2.30 4/73 18532
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=12268 CPUtime=0
/proc/18532/stat : 18532 (sugar) R 18530 18532 18196 0 -1 4194304 348 0 0 0 0 0 0 0 20 0 1 0 22124397 12562432 316 996147200 4194304 4206940 548682068608 18446744073709551615 246406675045 0 0 4224 0 0 0 0 17 1 0 0
/proc/18532/statm: 3067 316 241 3 0 167 0

[startup+0.0793011 s]
/proc/loadavg: 2.15 2.32 2.30 4/73 18532
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16740 CPUtime=0.06
/proc/18532/stat : 18532 (sugar) R 18530 18532 18196 0 -1 4194304 1109 0 0 0 5 1 0 0 18 0 1 0 22124397 17141760 1077 996147200 4194304 4206940 548682068608 18446744073709551615 246424369476 0 0 4224 0 0 0 0 17 1 0 0
/proc/18532/statm: 4185 1077 381 3 0 764 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16740

[startup+0.101299 s]
/proc/loadavg: 2.15 2.32 2.30 4/73 18532
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=0.06
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22124397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301313 s]
/proc/loadavg: 2.15 2.32 2.30 4/73 18532
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=0.06
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22124397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701357 s]
/proc/loadavg: 2.15 2.32 2.30 4/73 18532
/proc/meminfo: memFree=1848496/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=0.06
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1227 128 0 0 5 1 0 0 19 0 1 0 22124397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50243 s]
/proc/loadavg: 2.22 2.33 2.31 3/84 18554
/proc/meminfo: memFree=1840600/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=0.82
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1309 6841 0 1 5 1 72 4 15 0 1 0 22124397 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1111 409 3 0 796 0
[pid=18545] ppid=18532 vsize=5356 CPUtime=0
/proc/18545/stat : 18545 (sh) S 18532 18532 18196 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 22124487 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18545/statm: 1339 233 193 169 0 50 0
[pid=18546] ppid=18545 vsize=868488 CPUtime=0.58
/proc/18546/stat : 18546 (java) S 18545 18532 18196 0 -1 0 6768 0 1 0 55 3 0 0 18 0 9 0 22124487 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18546/statm: 217122 6123 2471 9 0 211627 0
[pid=18546/tid=18547] ppid=18545 vsize=868488 CPUtime=0.33
/proc/18546/task/18547/stat : 18547 (java) R 18545 18532 18196 0 -1 64 2676 0 1 0 33 0 0 0 22 0 9 0 22124488 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18548] ppid=18545 vsize=868488 CPUtime=0.07
/proc/18546/task/18548/stat : 18548 (java) R 18545 18532 18196 0 -1 64 1934 0 0 0 7 0 0 0 16 0 9 0 22124489 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 103733279 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18549] ppid=18545 vsize=868488 CPUtime=0
/proc/18546/task/18549/stat : 18549 (java) S 18545 18532 18196 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22124489 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18550] ppid=18545 vsize=868488 CPUtime=0
/proc/18546/task/18550/stat : 18550 (java) S 18545 18532 18196 0 -1 64 3 0 0 0 0 0 0 0 20 0 9 0 22124489 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18551] ppid=18545 vsize=868488 CPUtime=0
/proc/18546/task/18551/stat : 18551 (java) S 18545 18532 18196 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 22124491 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18552] ppid=18545 vsize=868488 CPUtime=0.15
/proc/18546/task/18552/stat : 18552 (java) S 18545 18532 18196 0 -1 64 1465 0 0 0 15 0 0 0 16 0 9 0 22124491 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18553] ppid=18545 vsize=868488 CPUtime=0
/proc/18546/task/18553/stat : 18553 (java) S 18545 18532 18196 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 22124492 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18546/tid=18554] ppid=18545 vsize=868488 CPUtime=0
/proc/18546/task/18554/stat : 18554 (java) S 18545 18532 18196 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 22124492 889331712 6123 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890712

[startup+3.10258 s]
/proc/loadavg: 2.22 2.33 2.31 3/84 18554
/proc/meminfo: memFree=1821656/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=2.96
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1365 16281 0 2 6 2 271 17 16 0 1 0 22124397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.96
Current children cumulated vsize (KiB) 16868

[startup+6.30288 s]
/proc/loadavg: 2.22 2.33 2.31 3/76 18556
/proc/meminfo: memFree=1826072/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=2.96
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1365 16281 0 2 6 2 271 17 16 0 1 0 22124397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1113 409 3 0 796 0
[pid=18555] ppid=18532 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18532 18532 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22124707 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 232 193 169 0 50 0
[pid=18556] ppid=18555 vsize=15472 CPUtime=3.16
/proc/18556/stat : 18556 (picosat) R 18555 18532 18196 0 -1 4194304 3399 0 0 0 142 174 0 0 25 0 1 0 22124707 15843328 3385 996147200 134512640 134931368 4294956256 18446744073709551615 134605937 0 0 4096 0 0 0 0 17 1 0 0
/proc/18556/statm: 3868 3385 40 102 0 3763 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 37696

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

[startup+7.10196 s]
/proc/loadavg: 2.20 2.33 2.31 3/76 18556
/proc/meminfo: memFree=1821656/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=2.96
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1365 16281 0 2 6 2 271 17 16 0 1 0 22124397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1113 409 3 0 796 0
[pid=18555] ppid=18532 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18532 18532 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22124707 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 232 193 169 0 50 0
[pid=18556] ppid=18555 vsize=18112 CPUtime=3.96
/proc/18556/stat : 18556 (picosat) R 18555 18532 18196 0 -1 4194304 4182 0 0 0 179 217 0 0 25 0 1 0 22124707 18546688 4168 996147200 134512640 134931368 4294956256 18446744073709551615 134597652 0 0 4096 0 0 0 0 17 1 0 0
/proc/18556/statm: 4528 4168 40 102 0 4423 0
Current children cumulated CPU time (s) 6.92
Current children cumulated vsize (KiB) 40336

[startup+7.50201 s]
/proc/loadavg: 2.20 2.33 2.31 3/76 18556
/proc/meminfo: memFree=1821656/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=2.96
/proc/18532/stat : 18532 (sugar) S 18530 18532 18196 0 -1 4194304 1365 16281 0 2 6 2 271 17 16 0 1 0 22124397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/18532/statm: 4217 1113 409 3 0 796 0
[pid=18555] ppid=18532 vsize=5356 CPUtime=0
/proc/18555/stat : 18555 (sh) S 18532 18532 18196 0 -1 4194304 277 0 0 0 0 0 0 0 18 0 1 0 22124707 5484544 232 996147200 4194304 4889804 548682068832 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18555/statm: 1339 232 193 169 0 50 0
[pid=18556] ppid=18555 vsize=16528 CPUtime=4.35
/proc/18556/stat : 18556 (picosat) R 18555 18532 18196 0 -1 4194304 4564 0 0 0 205 230 0 0 25 0 1 0 22124707 16924672 3929 996147200 134512640 134931368 4294956256 18446744073709551615 134579083 0 0 4096 0 0 0 0 17 1 0 0
/proc/18556/statm: 4132 3929 47 102 0 4027 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 38752

[startup+7.70702 s]
/proc/loadavg: 2.20 2.33 2.31 3/84 18566
/proc/meminfo: memFree=1831384/2055920 swapFree=4192812/4192956
[pid=18532] ppid=18530 vsize=16868 CPUtime=7.34
/proc/18532/stat : 18532 (sugar) R 18530 18532 18196 0 -1 4194304 1448 21131 0 2 6 2 478 248 15 0 1 0 22124397 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 246415405154 0 0 4224 16386 0 0 0 17 1 0 0
/proc/18532/statm: 4217 1113 409 3 0 796 0
[pid=18557] ppid=18532 vsize=5356 CPUtime=0
/proc/18557/stat : 18557 (sh) S 18532 18532 18196 0 -1 4194304 278 0 0 0 0 0 0 0 19 0 1 0 22125149 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 246406505284 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/18557/statm: 1339 233 193 169 0 50 0
[pid=18558] ppid=18557 vsize=862284 CPUtime=0.16
/proc/18558/stat : 18558 (java) S 18557 18532 18196 0 -1 0 3044 0 1 0 15 1 0 0 18 0 9 0 22125149 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/18558/statm: 215571 2510 1280 9 0 210484 0
[pid=18558/tid=18559] ppid=18557 vsize=862284 CPUtime=0.11
/proc/18558/task/18559/stat : 18559 (java) R 18557 18532 18196 0 -1 64 2044 0 1 0 11 0 0 0 20 0 9 0 22125150 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18560] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18560/stat : 18560 (java) S 18557 18532 18196 0 -1 64 2 0 0 0 0 0 0 0 19 0 9 0 22125151 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18561] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18561/stat : 18561 (java) S 18557 18532 18196 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 22125152 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18562] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18562/stat : 18562 (java) S 18557 18532 18196 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 22125152 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18563] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18563/stat : 18563 (java) S 18557 18532 18196 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 22125154 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18564] ppid=18557 vsize=862284 CPUtime=0.03
/proc/18558/task/18564/stat : 18564 (java) S 18557 18532 18196 0 -1 64 305 0 0 0 3 0 0 0 17 0 9 0 22125154 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18565] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18565/stat : 18565 (java) S 18557 18532 18196 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 22125154 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=18558/tid=18566] ppid=18557 vsize=862284 CPUtime=0
/proc/18558/task/18566/stat : 18566 (java) S 18557 18532 18196 0 -1 64 0 0 0 0 0 0 0 0 16 0 9 0 22125154 882978816 2510 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 884508

Child status: 0
Real time (s): 7.73891
CPU time (s): 7.55285
CPU user time (s): 5.01824
CPU system time (s): 2.53461
CPU usage (%): 97.5958
Max. virtual memory (cumulated for all children) (KiB): 890988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.01824
system time used= 2.53461
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26520
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= 4440
involuntary context switches= 4410

runsolver used 0.011998 second user time and 0.035994 second system time

The end

Launcher Data

Begin job on node61 at 2009-07-12 00:16:49
IDJOB=2069497
IDBENCH=55065
IDSOLVER=738
FILE ID=node61/2069497-1247350609
PBS_JOBID= 9506867
Free space on /tmp= 66408 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/small/normalized-patat-02-small-4.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-2069497-1247350609/watcher-2069497-1247350609 -o /tmp/evaluation-result-2069497-1247350609/solver-2069497-1247350609 -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-2069497-1247350609.xml

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

MD5SUM BENCH= 1f09980c5d7c107d636a478d0aef4777
RANDOM SEED=166633507

node61.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.229
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.229
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:       1848976 kB
Buffers:         40568 kB
Cached:          95228 kB
SwapCached:          0 kB
Active:         106468 kB
Inactive:        52116 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1848976 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3652 kB
Writeback:           0 kB
Mapped:          33452 kB
Slab:            33924 kB
Committed_AS:   263792 kB
PageTables:       1728 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264884 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66408 MiB
End job on node61 at 2009-07-12 00:16:57