Trace number 2087240

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 3.18651 3.32538

General information on the benchmark

Namecsp/socialGolfers/
normalized-socialGolfer-6-3-6.xml
MD5SUM540e899c23a691b2c9820bc69ef83b89
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.684895
Satisfiable
(Un)Satisfiability was proved
Number of variables1566
Number of constraints5805
Maximum constraint arity18
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension5805
Global constraints used (with number of constraints)

Solver Data

0.00/0.07	c 0	Sugar v1-14-6 + HOME/picosat
0.00/0.07	c 0	BEGIN Sun Jul 12 09:59:49 2009
0.00/0.07	c 0	PID 28693
0.00/0.08	c 0	HOST node74.alineos.net
0.00/0.08	c 0	CONVERTING HOME/instance-2087240-1247385588.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-2087240-1247385588.xml' 'HOME/temp.csp'
0.06/0.77	c 0	1 domains, 1566 variables, 4 predicates, 0 relations, 5805 constraints
0.06/0.82	c 0	ENCODING HOME/temp.csp TO HOME/temp.cnf
0.06/0.82	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.06/0.89	c 0	Parsing HOME/temp.csp
1.01/1.17	c 1	parsed 7376 expressions
1.01/1.18	c 1	Heap : 2 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.01/1.18	c 1	Converting to clausal form CSP
1.10/1.22	c 1	converted 738 (10%) expressions
1.10/1.22	c 1	converted 1476 (20%) expressions
1.20/1.36	c 1	converted 2213 (30%) expressions
1.30/1.46	c 1	converted 2951 (40%) expressions
1.40/1.51	c 1	converted 3688 (50%) expressions
1.40/1.53	c 1	converted 4426 (60%) expressions
1.40/1.55	c 1	converted 5164 (70%) expressions
1.50/1.62	c 1	converted 5901 (80%) expressions
1.50/1.64	c 1	converted 6639 (90%) expressions
1.60/1.78	c 1	converted 7376 (100%) expressions
1.60/1.78	c 1	CSP : 1782 integers, 0 booleans, 6381 clauses, largest domain size 7
1.60/1.78	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.60/1.78	c 1	Propagation in CSP
1.69/1.88	c 1	0 values, 0 unsatisfiable literals, and 0 valid clauses are removed
1.69/1.88	c 1	CSP : 1782 integers, 0 booleans, 6381 clauses, largest domain size 7
1.69/1.88	c 1	Heap : 6 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.69/1.89	c 1	Simplifing CSP by introducing new Boolean variables
1.69/1.89	c 1	CSP : 1782 integers, 0 booleans, 6381 clauses, largest domain size 7
1.69/1.89	c 1	Heap : 5 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
1.80/1.94	c 1	Encoding CSP to SAT : HOME/temp.cnf
1.80/1.95	c 1	179 (10%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.95	c 1	357 (20%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.96	c 1	535 (30%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.96	c 1	713 (40%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.97	c 1	891 (50%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.97	c 1	1070 (60%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.97	c 1	1248 (70%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.98	c 1	1426 (80%) CSP integer variables are encoded (0 clauses, 64 bytes)
1.80/1.99	c 1	1604 (90%) CSP integer variables are encoded (130 clauses, 1754 bytes)
1.80/1.99	c 1	1782 (100%) CSP integer variables are encoded (756 clauses, 9892 bytes)
1.90/2.04	c 1	639 (10%) CSP clauses are encoded (1395 clauses, 18620 bytes)
1.90/2.07	c 2	1277 (20%) CSP clauses are encoded (2033 clauses, 27527 bytes)
1.90/2.09	c 2	1915 (30%) CSP clauses are encoded (2671 clauses, 36826 bytes)
1.99/2.11	c 2	2553 (40%) CSP clauses are encoded (3309 clauses, 46798 bytes)
1.99/2.13	c 2	3191 (50%) CSP clauses are encoded (3947 clauses, 57006 bytes)
1.99/2.14	c 2	3829 (60%) CSP clauses are encoded (4585 clauses, 67214 bytes)
1.99/2.16	c 2	4467 (70%) CSP clauses are encoded (5223 clauses, 77422 bytes)
1.99/2.17	c 2	5105 (80%) CSP clauses are encoded (5861 clauses, 87630 bytes)
2.09/2.23	c 2	5743 (90%) CSP clauses are encoded (8277 clauses, 115936 bytes)
2.38/2.54	c 2	6381 (100%) CSP clauses are encoded (32967 clauses, 600031 bytes)
2.38/2.54	c 2	6381 CSP clauses encoded
2.38/2.54	c 2	Writing map file : HOME/temp.map
2.38/2.55	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.38/2.55	c 2	SAT : 2538 SAT variables, 32967 SAT clauses, 600031 bytes
2.38/2.55	c 2	Heap : 3 MiB used (max 694 MiB), NonHeap : 14 MiB used (max 116 MiB)
2.38/2.58	c 2	SOLVING HOME/temp.cnf
2.38/2.58	c 2	CMD HOME/picosat 'HOME/temp.cnf' -o 'HOME/temp.out'
2.47/2.95	c 2	DECODING HOME/temp.out WITH HOME/temp.map
2.47/2.95	c 2	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'
2.83/3.03	c 2	Decoding HOME/temp.out
2.83/3.20	s SATISFIABLE
2.83/3.27	v 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 1 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 1 1 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 0 1 0 0 0 0 0 0 1 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 0 1 0 0 1 0 0 0 0 0 0 1 0 0 0 0
2.83/3.28	c 3	Heap : 1 MiB used (max 694 MiB), NonHeap : 13 MiB used (max 116 MiB)
3.16/3.32	c 3	CPU 3.17 (0.07 0.02 2.73 0.35)
3.16/3.32	c 3	END Sun Jul 12 09:59:52 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-2087240-1247385588/watcher-2087240-1247385588 -o /tmp/evaluation-result-2087240-1247385588/solver-2087240-1247385588 -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-2087240-1247385588.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.11 2.03 2.01 4/81 28693
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=12272 CPUtime=0
/proc/28693/stat : 28693 (sugar) R 28691 28693 27544 0 -1 4194304 359 0 0 0 0 0 0 0 20 0 1 0 25624633 12566528 327 996147200 4194304 4206940 548682068608 18446744073709551615 228783602686 0 0 4224 0 0 0 0 17 1 0 0
/proc/28693/statm: 3068 327 246 3 0 168 0

[startup+0.121025 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 28693
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=0.06
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25624633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.208468 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 28693
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=0.06
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25624633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.301477 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 28693
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=0.06
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25624633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+0.701525 s]
/proc/loadavg: 2.11 2.03 2.01 4/81 28693
/proc/meminfo: memFree=1521768/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=0.06
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1227 128 0 0 5 1 0 0 21 0 1 0 25624633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1111 409 3 0 796 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 16868

[startup+1.50261 s]
/proc/loadavg: 2.11 2.03 2.01 4/92 28715
/proc/meminfo: memFree=1512784/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=0.74
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1309 7925 0 1 5 1 62 6 15 0 1 0 25624633 17272832 1111 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1111 409 3 0 796 0
[pid=28706] ppid=28693 vsize=5356 CPUtime=0
/proc/28706/stat : 28706 (sh) S 28693 28693 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25624715 5484544 233 996147200 4194304 4889804 548682068704 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28706/statm: 1339 233 193 169 0 50 0
[pid=28707] ppid=28706 vsize=868516 CPUtime=0.66
/proc/28707/stat : 28707 (java) S 28706 28693 27544 0 -1 0 5721 0 1 0 63 3 0 0 18 0 9 0 25624715 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28707/statm: 217129 5150 1744 9 0 211634 0
[pid=28707/tid=28708] ppid=28706 vsize=868516 CPUtime=0.43
/proc/28707/task/28708/stat : 28708 (java) R 28706 28693 27544 0 -1 64 2666 0 1 0 42 1 0 0 21 0 9 0 25624716 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4126584923 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28709] ppid=28706 vsize=868516 CPUtime=0.03
/proc/28707/task/28709/stat : 28709 (java) S 28706 28693 27544 0 -1 64 898 0 0 0 3 0 0 0 16 0 9 0 25624717 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28710] ppid=28706 vsize=868516 CPUtime=0
/proc/28707/task/28710/stat : 28710 (java) S 28706 28693 27544 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25624718 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28711] ppid=28706 vsize=868516 CPUtime=0
/proc/28707/task/28711/stat : 28711 (java) S 28706 28693 27544 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25624718 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28712] ppid=28706 vsize=868516 CPUtime=0
/proc/28707/task/28712/stat : 28712 (java) S 28706 28693 27544 0 -1 64 0 0 0 0 0 0 0 0 18 0 9 0 25624720 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28713] ppid=28706 vsize=868516 CPUtime=0.16
/proc/28707/task/28713/stat : 28713 (java) S 28706 28693 27544 0 -1 64 1463 0 0 0 16 0 0 0 16 0 9 0 25624720 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28714] ppid=28706 vsize=868516 CPUtime=0
/proc/28707/task/28714/stat : 28714 (java) S 28706 28693 27544 0 -1 64 1 0 0 0 0 0 0 0 19 0 9 0 25624720 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28707/tid=28715] ppid=28706 vsize=868516 CPUtime=0
/proc/28707/task/28715/stat : 28715 (java) S 28706 28693 27544 0 -1 64 1 0 0 0 0 0 0 0 15 0 9 0 25624720 889360384 5150 996147200 134512640 134550932 4294955936 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 890740

[startup+3.1018 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 28715
/proc/meminfo: memFree=1500880/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=2.83
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1446 16632 0 2 6 1 245 31 16 0 1 0 25624633 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16868

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

[startup+3.20181 s]
/proc/loadavg: 2.11 2.03 2.01 3/92 28715
/proc/meminfo: memFree=1500880/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=2.83
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1448 16632 0 2 6 1 245 31 15 0 1 0 25624633 17272832 1113 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1113 409 3 0 796 0
Current children cumulated CPU time (s) 2.83
Current children cumulated vsize (KiB) 16868

[startup+3.30182 s]
/proc/loadavg: 2.10 2.03 2.01 2/92 28727
/proc/meminfo: memFree=1511248/2055920 swapFree=4192812/4192956
[pid=28693] ppid=28691 vsize=16868 CPUtime=2.85
/proc/28693/stat : 28693 (sugar) S 28691 28693 27544 0 -1 4194304 1450 16632 0 2 7 2 245 31 15 0 1 0 25624633 17272832 1114 996147200 4194304 4206940 548682068608 18446744073709551615 228783599714 0 0 4224 16386 18446744071563648864 0 0 17 1 0 0
/proc/28693/statm: 4217 1114 409 3 0 796 0
[pid=28718] ppid=28693 vsize=5356 CPUtime=0
/proc/28718/stat : 28718 (sh) S 28693 28693 27544 0 -1 4194304 278 0 0 0 0 0 0 0 18 0 1 0 25624928 5484544 233 996147200 4194304 4889804 548682068752 18446744073709551615 228774699844 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/28718/statm: 1339 233 193 169 0 50 0
[pid=28719] ppid=28718 vsize=864152 CPUtime=0.31
/proc/28719/stat : 28719 (java) S 28718 28693 27544 0 -1 0 3736 0 1 0 28 3 0 0 19 0 9 0 25624928 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0
/proc/28719/statm: 216038 3200 1717 9 0 210543 0
[pid=28719/tid=28720] ppid=28718 vsize=864152 CPUtime=0.19
/proc/28719/task/28720/stat : 28720 (java) S 28718 28693 27544 0 -1 64 2565 0 1 0 18 1 0 0 21 0 9 0 25624929 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28721] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28721/stat : 28721 (java) S 28718 28693 27544 0 -1 64 120 0 0 0 0 0 0 0 16 0 9 0 25624931 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 0 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28722] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28722/stat : 28722 (java) S 28718 28693 27544 0 -1 64 11 0 0 0 0 0 0 0 19 0 9 0 25624931 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28723] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28723/stat : 28723 (java) S 28718 28693 27544 0 -1 64 4 0 0 0 0 0 0 0 20 0 9 0 25624931 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28724] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28724/stat : 28724 (java) S 28718 28693 27544 0 -1 64 1 0 0 0 0 0 0 0 18 0 9 0 25624933 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28725] ppid=28718 vsize=864152 CPUtime=0.09
/proc/28719/task/28725/stat : 28725 (java) S 28718 28693 27544 0 -1 64 358 0 0 0 9 0 0 0 16 0 9 0 25624933 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28726] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28726/stat : 28726 (java) S 28718 28693 27544 0 -1 64 0 0 0 0 0 0 0 0 19 0 9 0 25624933 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
[pid=28719/tid=28727] ppid=28718 vsize=864152 CPUtime=0
/proc/28719/task/28727/stat : 28727 (java) S 28718 28693 27544 0 -1 64 0 0 0 0 0 0 0 0 15 0 9 0 25624933 884891648 3200 996147200 134512640 134550932 4294955984 18446744073709551615 4294960144 0 4 0 16800975 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 3.16
Current children cumulated vsize (KiB) 886376

Child status: 0
Real time (s): 3.32538
CPU time (s): 3.18651
CPU user time (s): 2.80757
CPU system time (s): 0.378942
CPU usage (%): 95.824
Max. virtual memory (cumulated for all children) (KiB): 891016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2.80757
system time used= 0.378942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22195
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= 5102
involuntary context switches= 5070

runsolver used 0.009998 second user time and 0.018997 second system time

The end

Launcher Data

Begin job on node74 at 2009-07-12 09:59:48
IDJOB=2087240
IDBENCH=58706
IDSOLVER=738
FILE ID=node74/2087240-1247385588
PBS_JOBID= 9507200
Free space on /tmp= 103108 MiB

SOLVER NAME= Sugar v1.14.6+picosat
BENCH NAME= CPAI08/csp/socialGolfers/normalized-socialGolfer-6-3-6.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-2087240-1247385588/watcher-2087240-1247385588 -o /tmp/evaluation-result-2087240-1247385588/solver-2087240-1247385588 -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-2087240-1247385588.xml

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

MD5SUM BENCH= 540e899c23a691b2c9820bc69ef83b89
RANDOM SEED=562538145

node74.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:       1522248 kB
Buffers:         13660 kB
Cached:         112072 kB
SwapCached:          0 kB
Active:         442492 kB
Inactive:        38452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1522248 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2396 kB
Writeback:           0 kB
Mapped:         373032 kB
Slab:            37076 kB
Committed_AS:   961596 kB
PageTables:       2512 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 103108 MiB
End job on node74 at 2009-07-12 09:59:52